#806F5C

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

Shades of Donkey Brown #806F5C

Tints of Donkey Brown #806F5C

Color information

#806F5C (or 0x806F5C) is unknown color: approx Donkey Brown. HEX triplet: 80, 6F and 5C. RGB value is (128,111,92). Sum of RGB (Red+Green+Blue) = 128+111+92=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #806F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806F5C is #7F90A3. Grayscale: #727272. Windows color (decimal): -8360100 or 6057856. OLE color: 6057856.

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

Color convert

RGB12811192-
CMYK00.130.280.50
HSL31.67º16.36%43.14%-
HSV(B)31.67º28.12%50.2%-
XYZ16.5216.7312.48-
YUV113.92115.63138.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=38.67%
G=33.53%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281119200.130.280.5031.6716.3643.14
Hex806F5C0D1C3220102b
Octal2001571340153462402053
Binary1000000011011111011100011011110011001010000010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,111,92); }

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

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

 a { background-color: rgb(128,111,92); }

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

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

 span { border-color: rgb(128,111,92); }

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