Html Css Color HEX #876E5D Donkey Brown

📋 copy color: '#876E5D'

red 135 ◦ green 110 ◦ blue 93

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

Shades of Donkey Brown #876E5D

Tints of Donkey Brown #876E5D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.54%

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

R = 39.94%
G = 32.54%
B = 27.51%

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

#876E5D (or 0x876E5D) is known color: Donkey Brown. HEX triplet: 87, 6E and 5D. RGB value is (135,110,93). Sum of RGB (Red+Green+Blue) = 135+110+93=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #876E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E5D is #7891A2. Grayscale: #737373. Windows color (decimal): -7901603 or 6123143. OLE color: 6123143.

HSL color Cylindrical-coordinate representation of color #876E5D: hue angle of 24.29º 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 #876E5D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 110 93 -
CMYK 0 0.19 0.31 0.47
HSL 24.29º 0.18% 0.45% -
HSV(B) 24.29º 0.31% 0.53% -
XYZ 17.54 17.09 12.73 -
YUV 115.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 135 110 93 0 0.19 0.31 0.47 24.29 0.18 0.45
Hex 87 6E 5D 0 13 1F 2F 18 12 2D
Octal 207 156 135 0 23 37 57 30 22 55
Binary 10000111 1101110 1011101 0 10011 11111 101111 11000 10010 101101

Color Harmonies of #876E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876E5D

Black with #876E5D

Text Example


Text Example

White with #876E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,110,93); }

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

background-color css

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

 a { background-color: rgb(135,110,93); }

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

border-color css

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

 span { border-color: rgb(135,110,93); }

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