#877060

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

Shades of Donkey Brown #877060

Tints of Donkey Brown #877060

Color information

#877060 (or 0x877060) is unknown color: approx Donkey Brown. HEX triplet: 87, 70 and 60. RGB value is (135,112,96). Sum of RGB (Red+Green+Blue) = 135+112+96=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #877060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877060 is #788F9F. Grayscale: #757575. Windows color (decimal): -7901088 or 6320263. OLE color: 6320263.

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

Color convert

RGB13511296-
CMYK00.170.290.47
HSL24.62º16.88%45.29%-
HSV(B)24.62º28.89%52.94%-
XYZ17.917.5813.52-
YUV117.05116.12140.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=39.36%
G=32.65%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351129600.170.290.4724.6216.8845.29
Hex8770600111D2F19112d
Octal2071601400213557312155
Binary1000011111100001100000010001111011011111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877060; }

 p { color: rgb(135,112,96); }

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

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

 a { background-color: rgb(135,112,96); }

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

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

 span { border-color: rgb(135,112,96); }

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