#876F63

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

Shades of Beaver #876F63

Tints of Beaver #876F63

Color information

#876F63 (or 0x876F63) is unknown color: approx Beaver. HEX triplet: 87, 6F and 63. RGB value is (135,111,99). Sum of RGB (Red+Green+Blue) = 135+111+99=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #876F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F63 is #78909C. Grayscale: #747474. Windows color (decimal): -7901341 or 6516615. OLE color: 6516615.

HSL color Cylindrical-coordinate representation of color #876F63: hue angle of 20º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876F63 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13511199-
CMYK00.180.270.47
HSL20º15.38%45.88%-
HSV(B)20º26.67%52.94%-
XYZ17.9317.4214.22-
YUV116.81117.95140.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=39.13%
G=32.17%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351119900.180.270.472015.3845.88
Hex876F630121B2F14f2e
Octal2071571430223357241756
Binary100001111101111110001101001011011101111101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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