#6E4414

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

Shades of Raw Umber #6E4414

Tints of Raw Umber #6E4414

Color information

#6E4414 (or 0x6E4414) is unknown color: approx Raw Umber. HEX triplet: 6E, 44 and 14. RGB value is (110,68,20). Sum of RGB (Red+Green+Blue) = 110+68+20=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4414 is #91BBEB. Grayscale: #4B4B4B. Windows color (decimal): -9550828 or 1328238. OLE color: 1328238.

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

Color convert

RGB1106820-
CMYK00.380.820.57
HSL32º69.23%25.49%-
HSV(B)32º81.82%43.14%-
XYZ8.627.51.65-
YUV75.0996.91152.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.56%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=55.56%
G=34.34%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110682000.380.820.573269.2325.49
Hex6E44140265239204519
Octal15610424046122714010531
Binary110111010001001010001001101010010111001100000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,68,20); }

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

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

 a { background-color: rgb(110,68,20); }

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

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

 span { border-color: rgb(110,68,20); }

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