Html Css Color HEX #806000 Raw Umber

📋 copy color: '#806000'

red 128 ◦ green 96 ◦ blue 0

#806000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #806000

Tints of Raw Umber #806000

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 value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#806000 (or 0x806000) is known color: 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

RGB 128 96 0 -
CMYK 0 0.25 1 0.50
HSL 45º 1% 0.25% -
HSV(B) 45º 1% 0.5% -
XYZ 13.08 12.95 1.81 -
YUV 94.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 128 96 0 0 0.25 1 0.50 45 1 0.25
Hex 80 60 0 0 19 64 32 2D 64 19
Octal 200 140 0 0 31 144 62 55 144 31
Binary 10000000 1100000 0 0 11001 1100100 110010 101101 1100100 11001

Color Harmonies of #806000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806000

Black with #806000

Text Example


Text Example

White with #806000

Text Example


Text Example

HTML Codes & Css Web 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>