#876C56

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

Shades of Donkey Brown #876C56

Tints of Donkey Brown #876C56

Color information

#876C56 (or 0x876C56) is unknown color: approx Donkey Brown. HEX triplet: 87, 6C and 56. RGB value is (135,108,86). Sum of RGB (Red+Green+Blue) = 135+108+86=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #876C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C56 is #7893A9. Grayscale: #717171. Windows color (decimal): -7902122 or 5663879. OLE color: 5663879.

HSL color Cylindrical-coordinate representation of color #876C56: hue angle of 26.94º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #876C56 is Cyan = 0, Magento = 0.2, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13510886-
CMYK00.20.360.47
HSL26.94º22.17%43.33%-
HSV(B)26.94º36.3%52.94%-
XYZ17.0316.5511.1-
YUV113.56112.45143.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=41.03%
G=32.83%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351088600.20.360.4726.9422.1743.33
Hex876C56014242F1b162b
Octal2071541260244457332653
Binary10000111110110010101100101001001001011111101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876C56; }

 p { color: rgb(135,108,86); }

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

<style>
 a { background-color: #876C56; }

 a { background-color: rgb(135,108,86); }

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

<style>
 span { border-color: #876C56; }

 span { border-color: rgb(135,108,86); }

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