#806000

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

Shades of Raw Umber #806000

Tints of Raw Umber #806000

Color information

#806000 (or 0x806000) is unknown color: approx Raw Umber. HEX triplet: 80, 60 and 00. RGB value is (128,96,0). Sum of RGB (Red+Green+Blue) = 128+96+0=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #806000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806000 is #7F9FFF. Grayscale: #5F5F5F. Windows color (decimal): -8364032 or 24704. OLE color: 24704.

HSL color Cylindrical-coordinate representation of color #806000: hue angle of 45º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #806000 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB128960-
CMYK00.2510.50
HSL45º100%25.1%-
HSV(B)45º100%50.2%-
XYZ13.0812.951.81-
YUV94.6274.6151.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.14%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.14%
G=42.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12896000.2510.504510025.1
Hex8060001964322d6419
Octal2001400031144625514431
Binary10000000110000000110011100100110010101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806000; }

 p { color: rgb(128,96,0); }

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

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

 a { background-color: rgb(128,96,0); }

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

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

 span { border-color: rgb(128,96,0); }

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