Html Css Color HEX #804806 Raw Umber

📋 copy color: '#804806'

red 128 ◦ green 72 ◦ blue 6

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

Shades of Raw Umber #804806

Tints of Raw Umber #804806

RGB

 RED value IS 128 (50.39% from 255) = 62.14%

 GREEN value IS 72 (28.52% from 255) = 34.95%

 BLUE value IS 6 (2.73% from 255) = 2.91%

R = 62.14%
G = 34.95%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#804806 (or 0x804806) is known color: Raw Umber. HEX triplet: 80, 48 and 06. RGB value is (128,72,6). Sum of RGB (Red+Green+Blue) = 128+72+6=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #804806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804806 is #7FB7F9. Grayscale: #515151. Windows color (decimal): -8370170 or 411776. OLE color: 411776.

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

Color convert

RGB 128 72 6 -
CMYK 0 0.44 0.95 0.50
HSL 32.46º 0.91% 0.26% -
HSV(B) 32.46º 0.95% 0.5% -
XYZ 11.25 9.24 1.36 -
YUV 81.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 128 72 6 0 0.44 0.95 0.50 32.46 0.91 0.26
Hex 80 48 6 0 2C 5F 32 20 5B 1A
Octal 200 110 6 0 54 137 62 40 133 32
Binary 10000000 1001000 110 0 101100 1011111 110010 100000 1011011 11010

Color Harmonies of #804806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804806

Black with #804806

Text Example


Text Example

White with #804806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804806; }

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

 H1.HeaderClassName
 {
   color: #804806;
 }
 .AnyTagClassName
 {
   color: #804806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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