#6E4810

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

Shades of Raw Umber #6E4810

Tints of Raw Umber #6E4810

Color information

#6E4810 (or 0x6E4810) is unknown color: approx Raw Umber. HEX triplet: 6E, 48 and 10. RGB value is (110,72,16). Sum of RGB (Red+Green+Blue) = 110+72+16=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4810 is #91B7EF. Grayscale: #4D4D4D. Windows color (decimal): -9549808 or 1067118. OLE color: 1067118.

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

Color convert

RGB1107216-
CMYK00.350.850.57
HSL35.74º74.6%24.71%-
HSV(B)35.74º85.45%43.14%-
XYZ8.847.991.57-
YUV76.9893.59151.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.56%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=55.56%
G=36.36%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110721600.350.850.5735.7474.624.71
Hex6E48100235539244b19
Octal15611020043125714411331
Binary110111010010001000001000111010101111001100100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,72,16); }

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

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

 a { background-color: rgb(110,72,16); }

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

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

 span { border-color: rgb(110,72,16); }

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