#6E5519

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

Shades of Raw Umber #6E5519

Tints of Raw Umber #6E5519

Color information

#6E5519 (or 0x6E5519) is unknown color: approx Raw Umber. HEX triplet: 6E, 55 and 19. RGB value is (110,85,25). Sum of RGB (Red+Green+Blue) = 110+85+25=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5519 is #91AAE6. Grayscale: #555555. Windows color (decimal): -9546471 or 1660270. OLE color: 1660270.

HSL color Cylindrical-coordinate representation of color #6E5519: hue angle of 42.35º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E5519 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB1108525-
CMYK00.230.770.57
HSL42.35º62.96%26.47%-
HSV(B)42.35º77.27%43.14%-
XYZ9.859.882.31-
YUV85.6493.78145.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 25 (10.16% from 255) = 11.36%
R=50%
G=38.64%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110852500.230.770.5742.3562.9626.47
Hex6E55190174D392a3f1a
Octal1561253102711571527732
Binary1101110101010111001010111100110111100110101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,85,25); }

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

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

 a { background-color: rgb(110,85,25); }

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

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

 span { border-color: rgb(110,85,25); }

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