Html Css Color HEX #876F5F Donkey Brown

📋 copy color: '#876F5F'

red 135 ◦ green 111 ◦ blue 95

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

Shades of Donkey Brown #876F5F

Tints of Donkey Brown #876F5F

RGB

 RED value IS 135 (53.13% from 255) = 39.59%

 GREEN value IS 111 (43.75% from 255) = 32.55%

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 39.59%
G = 32.55%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#876F5F (or 0x876F5F) is known color: Donkey Brown. HEX triplet: 87, 6F and 5F. RGB value is (135,111,95). Sum of RGB (Red+Green+Blue) = 135+111+95=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #876F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F5F is #7890A0. Grayscale: #747474. Windows color (decimal): -7901345 or 6254471. OLE color: 6254471.

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

Color convert

RGB 135 111 95 -
CMYK 0 0.18 0.30 0.47
HSL 24º 0.17% 0.45% -
HSV(B) 24º 0.3% 0.53% -
XYZ 17.74 17.35 13.24 -
YUV 116.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 135 111 95 0 0.18 0.30 0.47 24 0.17 0.45
Hex 87 6F 5F 0 12 1E 2F 18 11 2D
Octal 207 157 137 0 22 36 57 30 21 55
Binary 10000111 1101111 1011111 0 10010 11110 101111 11000 10001 101101

Color Harmonies of #876F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F5F

Black with #876F5F

Text Example


Text Example

White with #876F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,111,95); }

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

background-color css

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

 a { background-color: rgb(135,111,95); }

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

border-color css

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

 span { border-color: rgb(135,111,95); }

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