#6F4008

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

Shades of Raw Umber #6F4008

Tints of Raw Umber #6F4008

Color information

#6F4008 (or 0x6F4008) is unknown color: approx Raw Umber. HEX triplet: 6F, 40 and 08. RGB value is (111,64,8). Sum of RGB (Red+Green+Blue) = 111+64+8=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4008 is #90BFF7. Grayscale: #474747. Windows color (decimal): -9486328 or 540783. OLE color: 540783.

HSL color Cylindrical-coordinate representation of color #6F4008: hue angle of 32.62º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F4008 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB111648-
CMYK00.420.930.56
HSL32.62º86.55%23.33%-
HSV(B)32.62º92.79%43.53%-
XYZ8.437.061.15-
YUV71.6792.07156.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.66%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 8 (3.52% from 255) = 4.37%
R=60.66%
G=34.97%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11164800.420.930.5632.6286.5523.33
Hex6F40802A5D38215717
Octal15710010052135704112727
Binary11011111000000100001010101011101111000100001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,8); }

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

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

 a { background-color: rgb(111,64,8); }

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

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

 span { border-color: rgb(111,64,8); }

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