#805806

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

Shades of Raw Umber #805806

Tints of Raw Umber #805806

Color information

#805806 (or 0x805806) is unknown color: approx Raw Umber. HEX triplet: 80, 58 and 06. RGB value is (128,88,6). Sum of RGB (Red+Green+Blue) = 128+88+6=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #805806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805806 is #7FA7F9. Grayscale: #5A5A5A. Windows color (decimal): -8366074 or 415872. OLE color: 415872.

HSL color Cylindrical-coordinate representation of color #805806: hue angle of 40.33º 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 #805806 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB128886-
CMYK00.310.950.50
HSL40.33º91.04%26.27%-
HSV(B)40.33º95.31%50.2%-
XYZ12.4211.581.75-
YUV90.6180.25154.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.66%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=57.66%
G=39.64%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12888600.310.950.5040.3391.0426.27
Hex8058601F5F32285b1a
Octal2001306037137625013332
Binary1000000010110001100111111011111110010101000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805806; }

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

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

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

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

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

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

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

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