#876B54

Color #876B54 Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #876B54

Tints of Donkey Brown #876B54

Color information

#876B54 (or 0x876B54) is unknown color: approx Donkey Brown. HEX triplet: 87, 6B and 54. RGB value is (135,107,84). Sum of RGB (Red+Green+Blue) = 135+107+84=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #876B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B54 is #7894AB. Grayscale: #707070. Windows color (decimal): -7902380 or 5532551. OLE color: 5532551.

HSL color Cylindrical-coordinate representation of color #876B54: hue angle of 27.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #876B54 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB13510784-
CMYK00.210.380.47
HSL27.06º23.29%42.94%-
HSV(B)27.06º37.78%52.94%-
XYZ16.8516.3110.65-
YUV112.75111.78143.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=41.41%
G=32.82%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351078400.210.380.4727.0623.2942.94
Hex876B54015262F1b172b
Octal2071531240254657332753
Binary10000111110101110101000101011001101011111101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,107,84); }

 H1.HeaderClassName
 {
   color: #876B54;
 }
 .AnyTagClassName
 {
   color: #876B54;
 }
</style>
background-color css

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

 a { background-color: rgb(135,107,84); }

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

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

 span { border-color: rgb(135,107,84); }

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