#977967

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

Shades of Squirrel #977967

Tints of Squirrel #977967

Color information

#977967 (or 0x977967) is unknown color: approx Squirrel. HEX triplet: 97, 79 and 67. RGB value is (151,121,103). Sum of RGB (Red+Green+Blue) = 151+121+103=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #977967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977967 is #688698. Grayscale: #808080. Windows color (decimal): -6850201 or 6781335. OLE color: 6781335.

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

Color convert

RGB151121103-
CMYK00.200.320.41
HSL22.5º18.9%49.8%-
HSV(B)22.5º31.79%59.22%-
XYZ22.0521.2315.77-
YUV127.92113.94144.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 103 (40.62% from 255) = 27.47%
R=40.27%
G=32.27%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112110300.200.320.4122.518.949.8
Hex9779670142029161332
Octal2271711470244051262362
Binary10010111111100111001110101001000001010011011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977967; }

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

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

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

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

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

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

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

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