#876D5D

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

Shades of Donkey Brown #876D5D

Tints of Donkey Brown #876D5D

Color information

#876D5D (or 0x876D5D) is unknown color: approx Donkey Brown. HEX triplet: 87, 6D and 5D. RGB value is (135,109,93). Sum of RGB (Red+Green+Blue) = 135+109+93=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #876D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D5D is #7892A2. Grayscale: #737373. Windows color (decimal): -7901859 or 6122887. OLE color: 6122887.

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

Color convert

RGB13510993-
CMYK00.190.310.47
HSL22.86º18.42%44.71%-
HSV(B)22.86º31.11%52.94%-
XYZ17.4416.8812.69-
YUV114.95115.61142.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=40.06%
G=32.34%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351099300.190.310.4722.8618.4244.71
Hex876D5D0131F2F17122d
Octal2071551350233757272255
Binary1000011111011011011101010011111111011111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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