#876E61

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

Shades of Beaver #876E61

Tints of Beaver #876E61

Color information

#876E61 (or 0x876E61) is unknown color: approx Beaver. HEX triplet: 87, 6E and 61. RGB value is (135,110,97). Sum of RGB (Red+Green+Blue) = 135+110+97=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #876E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E61 is #78919E. Grayscale: #747474. Windows color (decimal): -7901599 or 6385287. OLE color: 6385287.

HSL color Cylindrical-coordinate representation of color #876E61: hue angle of 20.53º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876E61 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13511097-
CMYK00.190.280.47
HSL20.53º16.38%45.49%-
HSV(B)20.53º28.15%52.94%-
XYZ17.7317.1713.69-
YUV115.99117.28141.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=39.47%
G=32.16%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351109700.190.280.4720.5316.3845.49
Hex876E610131C2F15102d
Octal2071561410233457252055
Binary1000011111011101100001010011111001011111010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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