#806C58

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

Shades of Donkey Brown #806C58

Tints of Donkey Brown #806C58

Color information

#806C58 (or 0x806C58) is unknown color: approx Donkey Brown. HEX triplet: 80, 6C and 58. RGB value is (128,108,88). Sum of RGB (Red+Green+Blue) = 128+108+88=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #806C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C58 is #7F93A7. Grayscale: #6F6F6F. Windows color (decimal): -8360872 or 5794944. OLE color: 5794944.

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

Color convert

RGB12810888-
CMYK00.160.310.50
HSL30º18.52%42.35%-
HSV(B)30º31.25%50.2%-
XYZ16.0316.0211.48-
YUV111.7114.63139.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=39.51%
G=33.33%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281088800.160.310.503018.5242.35
Hex806C580101F321e132a
Octal2001541300203762362352
Binary1000000011011001011000010000111111100101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,108,88); }

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

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

 a { background-color: rgb(128,108,88); }

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

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

 span { border-color: rgb(128,108,88); }

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