#976F56

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

Shades of Beaver #976F56

Tints of Beaver #976F56

Color information

#976F56 (or 0x976F56) is unknown color: approx Beaver. HEX triplet: 97, 6F and 56. RGB value is (151,111,86). Sum of RGB (Red+Green+Blue) = 151+111+86=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #976F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F56 is #6890A9. Grayscale: #787878. Windows color (decimal): -6852778 or 5664663. OLE color: 5664663.

HSL color Cylindrical-coordinate representation of color #976F56: hue angle of 23.08º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #976F56 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15111186-
CMYK00.260.430.41
HSL23.08º27.43%46.47%-
HSV(B)23.08º43.05%59.22%-
XYZ20.1318.6211.34-
YUV120.11108.75150.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=43.39%
G=31.90%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511118600.260.430.4123.0827.4346.47
Hex976F5601A2B29171b2e
Octal2271571260325351273356
Binary10010111110111110101100110101010111010011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976F56; }

 p { color: rgb(151,111,86); }

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

<style>
 a { background-color: #976F56; }

 a { background-color: rgb(151,111,86); }

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

<style>
 span { border-color: #976F56; }

 span { border-color: rgb(151,111,86); }

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