#977A67

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

Shades of Squirrel #977A67

Tints of Squirrel #977A67

Color information

#977A67 (or 0x977A67) is unknown color: approx Squirrel. HEX triplet: 97, 7A and 67. RGB value is (151,122,103). Sum of RGB (Red+Green+Blue) = 151+122+103=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #977A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A67 is #688598. Grayscale: #808080. Windows color (decimal): -6849945 or 6781591. OLE color: 6781591.

HSL color Cylindrical-coordinate representation of color #977A67: hue angle of 23.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977A67 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB151122103-
CMYK00.190.320.41
HSL23.75º18.9%49.8%-
HSV(B)23.75º31.79%59.22%-
XYZ22.1721.4815.81-
YUV128.5113.61144.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 103 (40.62% from 255) = 27.39%
R=40.16%
G=32.45%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112210300.190.320.4123.7518.949.8
Hex977A670132029181332
Octal2271721470234051302362
Binary10010111111101011001110100111000001010011100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977A67; }

 p { color: rgb(151,122,103); }

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

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

 a { background-color: rgb(151,122,103); }

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

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

 span { border-color: rgb(151,122,103); }

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