#6F4702

Color #6F4702 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #6F4702

Tints of Raw Umber #6F4702

Color information

#6F4702 (or 0x6F4702) is unknown color: approx Raw Umber. HEX triplet: 6F, 47 and 02. RGB value is (111,71,2). Sum of RGB (Red+Green+Blue) = 111+71+2=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4702 is #90B8FD. Grayscale: #4B4B4B. Windows color (decimal): -9484542 or 149359. OLE color: 149359.

HSL color Cylindrical-coordinate representation of color #6F4702: hue angle of 37.98º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F4702 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB111712-
CMYK00.360.980.56
HSL37.98º96.46%22.16%-
HSV(B)37.98º98.2%43.53%-
XYZ8.827.891.12-
YUV75.0986.75153.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 60.33%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=60.33%
G=38.59%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11171200.360.980.5637.9896.4622.16
Hex6F4720246238266016
Octal1571072044142704614026
Binary110111110001111001001001100010111000100110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F4702; }

 p { color: rgb(111,71,2); }

 H1.HeaderClassName
 {
   color: #6F4702;
 }
 .AnyTagClassName
 {
   color: #6F4702;
 }
</style>
background-color css

<style>
 a { background-color: #6F4702; }

 a { background-color: rgb(111,71,2); }

 div.DivClassName
 {
   background-color: #6F4702;
 }
 .BgClassName
 {
   background-color: #6F4702;
 }
</style>
border-color css

<style>
 span { border-color: #6F4702; }

 span { border-color: rgb(111,71,2); }

 td.TdClassName
 {
   border-color: #6F4702;
 }
 .TagClassName
 {
   border-color: #6F4702;
 }
</style>