#816C5B

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

Shades of Donkey Brown #816C5B

Tints of Donkey Brown #816C5B

Color information

#816C5B (or 0x816C5B) is unknown color: approx Donkey Brown. HEX triplet: 81, 6C and 5B. RGB value is (129,108,91). Sum of RGB (Red+Green+Blue) = 129+108+91=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #816C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C5B is #7E93A4. Grayscale: #707070. Windows color (decimal): -8295333 or 5991553. OLE color: 5991553.

HSL color Cylindrical-coordinate representation of color #816C5B: hue angle of 26.84º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #816C5B is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12910891-
CMYK00.160.290.49
HSL26.84º17.27%43.14%-
HSV(B)26.84º29.46%50.59%-
XYZ16.316.1512.16-
YUV112.34115.96139.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=39.33%
G=32.93%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291089100.160.290.4926.8417.2743.14
Hex816C5B0101D311b112b
Octal2011541330203561332153
Binary1000000111011001011011010000111011100011101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816C5B; }

 p { color: rgb(129,108,91); }

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

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

 a { background-color: rgb(129,108,91); }

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

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

 span { border-color: rgb(129,108,91); }

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