Html Css Color HEX #876D5D Donkey Brown

📋 copy color: '#876D5D'

red 135 ◦ green 109 ◦ blue 93

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

Shades of Donkey Brown #876D5D

Tints of Donkey Brown #876D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 40.06%
G = 32.34%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#876D5D (or 0x876D5D) is known color: 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

RGB 135 109 93 -
CMYK 0 0.19 0.31 0.47
HSL 22.86º 0.18% 0.45% -
HSV(B) 22.86º 0.31% 0.53% -
XYZ 17.44 16.88 12.69 -
YUV 114.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 135 109 93 0 0.19 0.31 0.47 22.86 0.18 0.45
Hex 87 6D 5D 0 13 1F 2F 17 12 2D
Octal 207 155 135 0 23 37 57 27 22 55
Binary 10000111 1101101 1011101 0 10011 11111 101111 10111 10010 101101

Color Harmonies of #876D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876D5D

Black with #876D5D

Text Example


Text Example

White with #876D5D

Text Example


Text Example

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