Html Css Color HEX #877060 Donkey Brown

📋 copy color: '#877060'

red 135 ◦ green 112 ◦ blue 96

#877060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Donkey Brown #877060

Tints of Donkey Brown #877060

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#877060 (or 0x877060) is known color: 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

RGB 135 112 96 -
CMYK 0 0.17 0.29 0.47
HSL 24.62º 0.17% 0.45% -
HSV(B) 24.62º 0.29% 0.53% -
XYZ 17.9 17.58 13.52 -
YUV 117.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 135 112 96 0 0.17 0.29 0.47 24.62 0.17 0.45
Hex 87 70 60 0 11 1D 2F 19 11 2D
Octal 207 160 140 0 21 35 57 31 21 55
Binary 10000111 1110000 1100000 0 10001 11101 101111 11001 10001 101101

Color Harmonies of #877060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877060

Black with #877060

Text Example


Text Example

White with #877060

Text Example


Text Example

HTML Codes & Css Web 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>