#876E62

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

Shades of Beaver #876E62

Tints of Beaver #876E62

Color information

#876E62 (or 0x876E62) is unknown color: approx Beaver. HEX triplet: 87, 6E and 62. RGB value is (135,110,98). Sum of RGB (Red+Green+Blue) = 135+110+98=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #876E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E62 is #78919D. Grayscale: #747474. Windows color (decimal): -7901598 or 6450823. OLE color: 6450823.

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

Color convert

RGB13511098-
CMYK00.190.270.47
HSL19.46º15.88%45.69%-
HSV(B)19.46º27.41%52.94%-
XYZ17.7717.1813.94-
YUV116.11117.78141.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=39.36%
G=32.07%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351109800.190.270.4719.4615.8845.69
Hex876E620131B2F13102e
Octal2071561420233357232056
Binary1000011111011101100010010011110111011111001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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