#6E4E12

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

Shades of Raw Umber #6E4E12

Tints of Raw Umber #6E4E12

Color information

#6E4E12 (or 0x6E4E12) is unknown color: approx Raw Umber. HEX triplet: 6E, 4E and 12. RGB value is (110,78,18). Sum of RGB (Red+Green+Blue) = 110+78+18=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E4E12 is #91B1ED. Grayscale: #515151. Windows color (decimal): -9548270 or 1199726. OLE color: 1199726.

HSL color Cylindrical-coordinate representation of color #6E4E12: hue angle of 39.13º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E4E12 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB1107818-
CMYK00.290.840.57
HSL39.13º71.88%25.1%-
HSV(B)39.13º83.64%43.14%-
XYZ9.268.811.78-
YUV80.7392.6148.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.40%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=53.40%
G=37.86%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110781800.290.840.5739.1371.8825.1
Hex6E4E1201D5439274819
Octal15611622035124714711031
Binary11011101001110100100111011010100111001100111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,78,18); }

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

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

 a { background-color: rgb(110,78,18); }

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

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

 span { border-color: rgb(110,78,18); }

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