Html Css Color HEX #804706 Raw Umber

📋 copy color: '#804706'

red 128 ◦ green 71 ◦ blue 6

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

Shades of Raw Umber #804706

Tints of Raw Umber #804706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

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

R = 62.44%
G = 34.63%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#804706 (or 0x804706) is known color: Raw Umber. HEX triplet: 80, 47 and 06. RGB value is (128,71,6). Sum of RGB (Red+Green+Blue) = 128+71+6=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #804706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804706 is #7FB8F9. Grayscale: #505050. Windows color (decimal): -8370426 or 411520. OLE color: 411520.

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

Color convert

RGB 128 71 6 -
CMYK 0 0.45 0.95 0.50
HSL 31.97º 0.91% 0.26% -
HSV(B) 31.97º 0.95% 0.5% -
XYZ 11.19 9.11 1.34 -
YUV 80.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 128 71 6 0 0.45 0.95 0.50 31.97 0.91 0.26
Hex 80 47 6 0 2D 5F 32 20 5B 1A
Octal 200 107 6 0 55 137 62 40 133 32
Binary 10000000 1000111 110 0 101101 1011111 110010 100000 1011011 11010

Color Harmonies of #804706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804706

Black with #804706

Text Example


Text Example

White with #804706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804706; }

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

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

background-color css

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

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

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

border-color css

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

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

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