#6F4918

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

Shades of Raw Umber #6F4918

Tints of Raw Umber #6F4918

Color information

#6F4918 (or 0x6F4918) is unknown color: approx Raw Umber. HEX triplet: 6F, 49 and 18. RGB value is (111,73,24). Sum of RGB (Red+Green+Blue) = 111+73+24=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4918 is #90B6E7. Grayscale: #4F4F4F. Windows color (decimal): -9484008 or 1591663. OLE color: 1591663.

HSL color Cylindrical-coordinate representation of color #6F4918: hue angle of 33.79º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F4918 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1117324-
CMYK00.340.780.56
HSL33.79º64.44%26.47%-
HSV(B)33.79º78.38%43.53%-
XYZ9.18.211.97-
YUV78.7897.09150.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=53.37%
G=35.10%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111732400.340.780.5633.7964.4426.47
Hex6F49180224E3822401a
Octal15711130042116704210032
Binary110111110010011100001000101001110111000100010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,73,24); }

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

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

 a { background-color: rgb(111,73,24); }

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

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

 span { border-color: rgb(111,73,24); }

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