#876B55

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

Shades of Donkey Brown #876B55

Tints of Donkey Brown #876B55

Color information

#876B55 (or 0x876B55) is unknown color: approx Donkey Brown. HEX triplet: 87, 6B and 55. RGB value is (135,107,85). Sum of RGB (Red+Green+Blue) = 135+107+85=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #876B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B55 is #7894AA. Grayscale: #707070. Windows color (decimal): -7902379 or 5598087. OLE color: 5598087.

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

Color convert

RGB13510785-
CMYK00.210.370.47
HSL26.4º22.73%43.14%-
HSV(B)26.4º37.04%52.94%-
XYZ16.8916.3210.85-
YUV112.86112.28143.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=41.28%
G=32.72%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351078500.210.370.4726.422.7343.14
Hex876B55015252F1a172b
Octal2071531250254557322753
Binary10000111110101110101010101011001011011111101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,107,85); }

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

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

 a { background-color: rgb(135,107,85); }

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

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

 span { border-color: rgb(135,107,85); }

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