#976F55

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

Shades of Beaver #976F55

Tints of Beaver #976F55

Color information

#976F55 (or 0x976F55) is unknown color: approx Beaver. HEX triplet: 97, 6F and 55. RGB value is (151,111,85). Sum of RGB (Red+Green+Blue) = 151+111+85=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #976F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F55 is #6890AA. Grayscale: #787878. Windows color (decimal): -6852779 or 5599127. OLE color: 5599127.

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

Color convert

RGB15111185-
CMYK00.260.440.41
HSL23.64º27.97%46.27%-
HSV(B)23.64º43.71%59.22%-
XYZ20.0918.611.13-
YUV120108.25150.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=43.52%
G=31.99%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511118500.260.440.4123.6427.9746.27
Hex976F5501A2C29181c2e
Octal2271571250325451303456
Binary10010111110111110101010110101011001010011100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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