#6E4900

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

Shades of Raw Umber #6E4900

Tints of Raw Umber #6E4900

Color information

#6E4900 (or 0x6E4900) is unknown color: approx Raw Umber. HEX triplet: 6E, 49 and 00. RGB value is (110,73,0). Sum of RGB (Red+Green+Blue) = 110+73+0=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4900 is #91B6FF. Grayscale: #4C4C4C. Windows color (decimal): -9549568 or 18798. OLE color: 18798.

HSL color Cylindrical-coordinate representation of color #6E4900: hue angle of 39.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E4900 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB110730-
CMYK00.3410.57
HSL39.82º100%21.57%-
HSV(B)39.82º100%43.14%-
XYZ8.818.081.1-
YUV75.7485.26152.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 60.11%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.11%
G=39.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11073000.3410.5739.8210021.57
Hex6E4900226439286416
Octal1561110042144715014426
Binary11011101001001001000101100100111001101000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,73,0); }

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

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

 a { background-color: rgb(110,73,0); }

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

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

 span { border-color: rgb(110,73,0); }

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