#876f61

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

Shades of Beaver #876F61

Tints of Beaver #876F61

Color information

#876F61 (or 0x876F61) is unknown color: approx Beaver. HEX triplet: 87, 6F and 61. RGB value is (135,111,97). Sum of RGB (Red+Green+Blue) = 135+111+97=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #876F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F61 is #78909E. Grayscale: #747474. Windows color (decimal): -7901343 or 6385543. OLE color: 6385543.

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

Color convert

RGB13511197-
CMYK00.180.280.47
HSL22.11º16.38%45.49%-
HSV(B)22.11º28.15%52.94%-
XYZ17.8317.3813.72-
YUV116.58116.95141.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=39.36%
G=32.36%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351119700.180.280.4722.1116.3845.49
Hex876F610121C2F16102d
Octal2071571410223457262055
Binary1000011111011111100001010010111001011111011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876f61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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