#976D5C

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

Shades of Beaver #976D5C

Tints of Beaver #976D5C

Color information

#976D5C (or 0x976D5C) is unknown color: approx Beaver. HEX triplet: 97, 6D and 5C. RGB value is (151,109,92). Sum of RGB (Red+Green+Blue) = 151+109+92=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #976D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D5C is #6892A3. Grayscale: #777777. Windows color (decimal): -6853284 or 6057367. OLE color: 6057367.

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

Color convert

RGB15110992-
CMYK00.280.390.41
HSL17.29º24.28%47.65%-
HSV(B)17.29º39.07%59.22%-
XYZ20.1618.2912.59-
YUV119.62112.41150.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=42.90%
G=30.97%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511099200.280.390.4117.2924.2847.65
Hex976D5C01C2729111830
Octal2271551340344751213060
Binary10010111110110110111000111001001111010011000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,109,92); }

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

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

 a { background-color: rgb(151,109,92); }

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

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

 span { border-color: rgb(151,109,92); }

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