#957966

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

Shades of Squirrel #957966

Tints of Squirrel #957966

Color information

#957966 (or 0x957966) is unknown color: approx Squirrel. HEX triplet: 95, 79 and 66. RGB value is (149,121,102). Sum of RGB (Red+Green+Blue) = 149+121+102=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #957966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957966 is #6A8699. Grayscale: #7F7F7F. Windows color (decimal): -6981274 or 6715797. OLE color: 6715797.

HSL color Cylindrical-coordinate representation of color #957966: hue angle of 24.26º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #957966 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB149121102-
CMYK00.190.320.42
HSL24.26º18.73%49.22%-
HSV(B)24.26º31.54%58.43%-
XYZ21.6321.0215.49-
YUV127.21113.78143.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=40.05%
G=32.53%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912110200.190.320.4224.2618.7349.22
Hex957966013202A181331
Octal2251711460234052302361
Binary10010101111100111001100100111000001010101100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957966; }

 p { color: rgb(149,121,102); }

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

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

 a { background-color: rgb(149,121,102); }

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

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

 span { border-color: rgb(149,121,102); }

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