Html Css Color HEX #805606 Raw Umber

📋 copy color: '#805606'

red 128 ◦ green 86 ◦ blue 6

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

Shades of Raw Umber #805606

Tints of Raw Umber #805606

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

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

R = 58.18%
G = 39.09%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#805606 (or 0x805606) is known color: Raw Umber. HEX triplet: 80, 56 and 06. RGB value is (128,86,6). Sum of RGB (Red+Green+Blue) = 128+86+6=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #805606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805606 is #7FA9F9. Grayscale: #595959. Windows color (decimal): -8366586 or 415360. OLE color: 415360.

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

Color convert

RGB 128 86 6 -
CMYK 0 0.33 0.95 0.50
HSL 39.34º 0.91% 0.26% -
HSV(B) 39.34º 0.95% 0.5% -
XYZ 12.26 11.26 1.7 -
YUV 89.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 128 86 6 0 0.33 0.95 0.50 39.34 0.91 0.26
Hex 80 56 6 0 21 5F 32 27 5B 1A
Octal 200 126 6 0 41 137 62 47 133 32
Binary 10000000 1010110 110 0 100001 1011111 110010 100111 1011011 11010

Color Harmonies of #805606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805606

Black with #805606

Text Example


Text Example

White with #805606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805606; }

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

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

background-color css

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

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

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

border-color css

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

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

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