#976B58

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

Shades of Beaver #976B58

Tints of Beaver #976B58

Color information

#976B58 (or 0x976B58) is unknown color: approx Beaver. HEX triplet: 97, 6B and 58. RGB value is (151,107,88). Sum of RGB (Red+Green+Blue) = 151+107+88=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #976B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B58 is #6894A7. Grayscale: #767676. Windows color (decimal): -6853800 or 5794711. OLE color: 5794711.

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

Color convert

RGB15110788-
CMYK00.290.420.41
HSL18.1º26.36%46.86%-
HSV(B)18.1º41.72%59.22%-
XYZ19.7817.811.63-
YUV117.99111.08151.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=43.64%
G=30.92%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511078800.290.420.4118.126.3646.86
Hex976B5801D2A29121a2f
Octal2271531300355251223257
Binary10010111110101110110000111011010101010011001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,107,88); }

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

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

 a { background-color: rgb(151,107,88); }

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

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

 span { border-color: rgb(151,107,88); }

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