#6E4613

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

Shades of Raw Umber #6E4613

Tints of Raw Umber #6E4613

Color information

#6E4613 (or 0x6E4613) is unknown color: approx Raw Umber. HEX triplet: 6E, 46 and 13. RGB value is (110,70,19). Sum of RGB (Red+Green+Blue) = 110+70+19=199 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.28% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4613 is #91B9EC. Grayscale: #4C4C4C. Windows color (decimal): -9550317 or 1263214. OLE color: 1263214.

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

Color convert

RGB1107019-
CMYK00.360.830.57
HSL33.63º70.54%25.29%-
HSV(B)33.63º82.73%43.14%-
XYZ8.747.741.65-
YUV76.1595.75152.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.28%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 19 (7.81% from 255) = 9.55%
R=55.28%
G=35.18%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110701900.360.830.5733.6370.5425.29
Hex6E46130245339224719
Octal15610623044123714210731
Binary110111010001101001101001001010011111001100010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,70,19); }

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

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

 a { background-color: rgb(110,70,19); }

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

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

 span { border-color: rgb(110,70,19); }

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