#6E4902

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

Shades of Raw Umber #6E4902

Tints of Raw Umber #6E4902

Color information

#6E4902 (or 0x6E4902) is unknown color: approx Raw Umber. HEX triplet: 6E, 49 and 02. RGB value is (110,73,2). Sum of RGB (Red+Green+Blue) = 110+73+2=185 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.46% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4902 is #91B6FD. Grayscale: #4C4C4C. Windows color (decimal): -9549566 or 149870. OLE color: 149870.

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

Color convert

RGB110732-
CMYK00.340.980.57
HSL39.44º96.43%21.96%-
HSV(B)39.44º98.18%43.14%-
XYZ8.828.081.15-
YUV75.9786.26152.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 59.46%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=59.46%
G=39.46%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11073200.340.980.5739.4496.4321.96
Hex6E4920226239276016
Octal1561112042142714714026
Binary110111010010011001000101100010111001100111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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