#806E5D

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

Shades of Donkey Brown #806E5D

Tints of Donkey Brown #806E5D

Color information

#806E5D (or 0x806E5D) is unknown color: approx Donkey Brown. HEX triplet: 80, 6E and 5D. RGB value is (128,110,93). Sum of RGB (Red+Green+Blue) = 128+110+93=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #806E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E5D is #7F91A2. Grayscale: #717171. Windows color (decimal): -8360355 or 6123136. OLE color: 6123136.

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

Color convert

RGB12811093-
CMYK00.140.270.50
HSL29.14º15.84%43.33%-
HSV(B)29.14º27.34%50.2%-
XYZ16.4516.5312.68-
YUV113.44116.46138.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=38.67%
G=33.23%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281109300.140.270.5029.1415.8443.33
Hex806E5D0E1B321d102b
Octal2001561350163362352053
Binary100000001101110101110101110110111100101110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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