Html Css Color HEX #805706 Raw Umber

📋 copy color: '#805706'

red 128 ◦ green 87 ◦ blue 6

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

Shades of Raw Umber #805706

Tints of Raw Umber #805706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.37%

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

R = 57.92%
G = 39.37%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#805706 (or 0x805706) is known color: Raw Umber. HEX triplet: 80, 57 and 06. RGB value is (128,87,6). Sum of RGB (Red+Green+Blue) = 128+87+6=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #805706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805706 is #7FA8F9. Grayscale: #5A5A5A. Windows color (decimal): -8366330 or 415616. OLE color: 415616.

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

Color convert

RGB 128 87 6 -
CMYK 0 0.32 0.95 0.50
HSL 39.84º 0.91% 0.26% -
HSV(B) 39.84º 0.95% 0.5% -
XYZ 12.34 11.42 1.73 -
YUV 90.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 128 87 6 0 0.32 0.95 0.50 39.84 0.91 0.26
Hex 80 57 6 0 20 5F 32 28 5B 1A
Octal 200 127 6 0 40 137 62 50 133 32
Binary 10000000 1010111 110 0 100000 1011111 110010 101000 1011011 11010

Color Harmonies of #805706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805706

Black with #805706

Text Example


Text Example

White with #805706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805706; }

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

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

background-color css

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

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

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

border-color css

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

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

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