#976F5C

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

Shades of Beaver #976F5C

Tints of Beaver #976F5C

Color information

#976F5C (or 0x976F5C) is unknown color: approx Beaver. HEX triplet: 97, 6F and 5C. RGB value is (151,111,92). Sum of RGB (Red+Green+Blue) = 151+111+92=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #976F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F5C is #6890A3. Grayscale: #787878. Windows color (decimal): -6852772 or 6057879. OLE color: 6057879.

HSL color Cylindrical-coordinate representation of color #976F5C: hue angle of 19.32º 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 #976F5C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB15111192-
CMYK00.260.390.41
HSL19.32º24.28%47.65%-
HSV(B)19.32º39.07%59.22%-
XYZ20.3818.7212.66-
YUV120.79111.75149.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.66%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=42.66%
G=31.36%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511119200.260.390.4119.3224.2847.65
Hex976F5C01A2729131830
Octal2271571340324751233060
Binary10010111110111110111000110101001111010011001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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