#806E5F

Color #806E5F Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #806E5F

Tints of Donkey Brown #806E5F

Color information

#806E5F (or 0x806E5F) is unknown color: approx Donkey Brown. HEX triplet: 80, 6E and 5F. RGB value is (128,110,95). Sum of RGB (Red+Green+Blue) = 128+110+95=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #806E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E5F is #7F91A0. Grayscale: #717171. Windows color (decimal): -8360353 or 6254208. OLE color: 6254208.

HSL color Cylindrical-coordinate representation of color #806E5F: hue angle of 27.27º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #806E5F is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB12811095-
CMYK00.140.260.50
HSL27.27º14.8%43.73%-
HSV(B)27.27º25.78%50.2%-
XYZ16.5416.5713.15-
YUV113.67117.46138.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=38.44%
G=33.03%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281109500.140.260.5027.2714.843.73
Hex806E5F0E1A321bf2c
Octal2001561370163262331754
Binary10000000110111010111110111011010110010110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806E5F; }

 p { color: rgb(128,110,95); }

 H1.HeaderClassName
 {
   color: #806E5F;
 }
 .AnyTagClassName
 {
   color: #806E5F;
 }
</style>
background-color css

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

 a { background-color: rgb(128,110,95); }

 div.DivClassName
 {
   background-color: #806E5F;
 }
 .BgClassName
 {
   background-color: #806E5F;
 }
</style>
border-color css

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

 span { border-color: rgb(128,110,95); }

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