#876F65

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

Shades of Beaver #876F65

Tints of Beaver #876F65

Color information

#876F65 (or 0x876F65) is unknown color: approx Beaver. HEX triplet: 87, 6F and 65. RGB value is (135,111,101). Sum of RGB (Red+Green+Blue) = 135+111+101=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #876F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F65 is #78909A. Grayscale: #757575. Windows color (decimal): -7901339 or 6647687. OLE color: 6647687.

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

Color convert

RGB135111101-
CMYK00.180.250.47
HSL17.65º14.41%46.27%-
HSV(B)17.65º25.19%52.94%-
XYZ18.0317.4614.73-
YUV117.04118.95140.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=38.90%
G=31.99%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511110100.180.250.4717.6514.4146.27
Hex876F65012192F12e2e
Octal2071571450223157221656
Binary100001111101111110010101001011001101111100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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