Html Css Color HEX #887160 Donkey Brown

📋 copy color: '#887160'

red 136 ◦ green 113 ◦ blue 96

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

Shades of Donkey Brown #887160

Tints of Donkey Brown #887160

RGB

 RED value IS 136 (53.52% from 255) = 39.42%

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 39.42%
G = 32.75%
B = 27.83%

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

#887160 (or 0x887160) is known color: Donkey Brown. HEX triplet: 88, 71 and 60. RGB value is (136,113,96). Sum of RGB (Red+Green+Blue) = 136+113+96=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #887160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887160 is #778E9F. Grayscale: #767676. Windows color (decimal): -7835296 or 6320520. OLE color: 6320520.

HSL color Cylindrical-coordinate representation of color #887160: hue angle of 25.5º 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 #887160 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 113 96 -
CMYK 0 0.17 0.29 0.47
HSL 25.5º 0.17% 0.45% -
HSV(B) 25.5º 0.29% 0.53% -
XYZ 18.17 17.89 13.56 -
YUV 117.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 136 113 96 0 0.17 0.29 0.47 25.5 0.17 0.45
Hex 88 71 60 0 11 1D 2F 1A 11 2D
Octal 210 161 140 0 21 35 57 32 21 55
Binary 10001000 1110001 1100000 0 10001 11101 101111 11010 10001 101101

Color Harmonies of #887160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887160

Black with #887160

Text Example


Text Example

White with #887160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887160; }

 p { color: rgb(136,113,96); }

 H1.HeaderClassName
 {
   color: #887160;
 }
 .AnyTagClassName
 {
   color: #887160;
 }
</style>

background-color css

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

 a { background-color: rgb(136,113,96); }

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

border-color css

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

 span { border-color: rgb(136,113,96); }

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