#876D5C

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

Shades of Donkey Brown #876D5C

Tints of Donkey Brown #876D5C

Color information

#876D5C (or 0x876D5C) is unknown color: approx Donkey Brown. HEX triplet: 87, 6D and 5C. RGB value is (135,109,92). Sum of RGB (Red+Green+Blue) = 135+109+92=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D5C is #7892A3. Grayscale: #727272. Windows color (decimal): -7901860 or 6057351. OLE color: 6057351.

HSL color Cylindrical-coordinate representation of color #876D5C: hue angle of 23.72º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #876D5C is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13510992-
CMYK00.190.320.47
HSL23.72º18.94%44.51%-
HSV(B)23.72º31.85%52.94%-
XYZ17.3916.8612.46-
YUV114.84115.11142.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 92 (36.33% from 255) = 27.38%
R=40.18%
G=32.44%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351099200.190.320.4723.7218.9444.51
Hex876D5C013202F18132d
Octal2071551340234057302355
Binary10000111110110110111000100111000001011111100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,109,92); }

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

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

 a { background-color: rgb(135,109,92); }

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

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

 span { border-color: rgb(135,109,92); }

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