#977461

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

Shades of Beaver #977461

Tints of Beaver #977461

Color information

#977461 (or 0x977461) is unknown color: approx Beaver. HEX triplet: 97, 74 and 61. RGB value is (151,116,97). Sum of RGB (Red+Green+Blue) = 151+116+97=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #977461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977461 is #688B9E. Grayscale: #7C7C7C. Windows color (decimal): -6851487 or 6386839. OLE color: 6386839.

HSL color Cylindrical-coordinate representation of color #977461: hue angle of 21.11º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #977461 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15111697-
CMYK00.230.360.41
HSL21.11º21.77%48.63%-
HSV(B)21.11º35.76%59.22%-
XYZ21.1719.9314.04-
YUV124.3112.6147.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.48%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=41.48%
G=31.87%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511169700.230.360.4121.1121.7748.63
Hex9774610172429151631
Octal2271641410274451252661
Binary10010111111010011000010101111001001010011010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977461; }

 p { color: rgb(151,116,97); }

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

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

 a { background-color: rgb(151,116,97); }

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

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

 span { border-color: rgb(151,116,97); }

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