#6F4E10

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

Shades of Raw Umber #6F4E10

Tints of Raw Umber #6F4E10

Color information

#6F4E10 (or 0x6F4E10) is unknown color: approx Raw Umber. HEX triplet: 6F, 4E and 10. RGB value is (111,78,16). Sum of RGB (Red+Green+Blue) = 111+78+16=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4E10 is #90B1EF. Grayscale: #515151. Windows color (decimal): -9482736 or 1068655. OLE color: 1068655.

HSL color Cylindrical-coordinate representation of color #6F4E10: hue angle of 39.16º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F4E10 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1117816-
CMYK00.300.860.56
HSL39.16º74.8%24.9%-
HSV(B)39.16º85.59%43.53%-
XYZ9.378.871.71-
YUV80.891.43149.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=54.15%
G=38.05%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111781600.300.860.5639.1674.824.9
Hex6F4E1001E5638274b19
Octal15711620036126704711331
Binary11011111001110100000111101010110111000100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,78,16); }

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

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

 a { background-color: rgb(111,78,16); }

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

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

 span { border-color: rgb(111,78,16); }

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