#977661

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

Shades of Beaver #977661

Tints of Beaver #977661

Color information

#977661 (or 0x977661) is unknown color: approx Beaver. HEX triplet: 97, 76 and 61. RGB value is (151,118,97). Sum of RGB (Red+Green+Blue) = 151+118+97=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #977661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977661 is #68899E. Grayscale: #7D7D7D. Windows color (decimal): -6850975 or 6387351. OLE color: 6387351.

HSL color Cylindrical-coordinate representation of color #977661: hue angle of 23.33º 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 #977661 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15111897-
CMYK00.220.360.41
HSL23.33º21.77%48.63%-
HSV(B)23.33º35.76%59.22%-
XYZ21.420.414.12-
YUV125.47111.93146.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.26%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=41.26%
G=32.24%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511189700.220.360.4123.3321.7748.63
Hex9776610162429171631
Octal2271661410264451272661
Binary10010111111011011000010101101001001010011011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977661; }

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

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

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

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

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

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

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

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