#876D5F

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

Shades of Beaver #876D5F

Tints of Beaver #876D5F

Color information

#876D5F (or 0x876D5F) is unknown color: approx Beaver. HEX triplet: 87, 6D and 5F. RGB value is (135,109,95). Sum of RGB (Red+Green+Blue) = 135+109+95=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #876D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D5F is #7892A0. Grayscale: #737373. Windows color (decimal): -7901857 or 6253959. OLE color: 6253959.

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

Color convert

RGB13510995-
CMYK00.190.300.47
HSL21º17.39%45.1%-
HSV(B)21º29.63%52.94%-
XYZ17.5316.9113.17-
YUV115.18116.61142.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=39.82%
G=32.15%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351099500.190.300.472117.3945.1
Hex876D5F0131E2F15112d
Octal2071551370233657252155
Binary1000011111011011011111010011111101011111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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