#805E06

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

Shades of Raw Umber #805E06

Tints of Raw Umber #805E06

Color information

#805E06 (or 0x805E06) is unknown color: approx Raw Umber. HEX triplet: 80, 5E and 06. RGB value is (128,94,6). Sum of RGB (Red+Green+Blue) = 128+94+6=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #805E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805E06 is #7FA1F9. Grayscale: #5E5E5E. Windows color (decimal): -8364538 or 417408. OLE color: 417408.

HSL color Cylindrical-coordinate representation of color #805E06: hue angle of 43.28º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #805E06 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB128946-
CMYK00.270.950.50
HSL43.28º91.04%26.27%-
HSV(B)43.28º95.31%50.2%-
XYZ12.9412.611.92-
YUV94.1378.26152.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 6 (2.73% from 255) = 2.63%
R=56.14%
G=41.23%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12894600.270.950.5043.2891.0426.27
Hex805E601B5F322b5b1a
Octal2001366033137625313332
Binary1000000010111101100110111011111110010101011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805E06; }

 p { color: rgb(128,94,6); }

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

<style>
 a { background-color: #805E06; }

 a { background-color: rgb(128,94,6); }

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

<style>
 span { border-color: #805E06; }

 span { border-color: rgb(128,94,6); }

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