#957D6C

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

Shades of Squirrel #957D6C

Tints of Squirrel #957D6C

Color information

#957D6C (or 0x957D6C) is unknown color: approx Squirrel. HEX triplet: 95, 7D and 6C. RGB value is (149,125,108). Sum of RGB (Red+Green+Blue) = 149+125+108=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #957D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D6C is #6A8293. Grayscale: #828282. Windows color (decimal): -6980244 or 7110037. OLE color: 7110037.

HSL color Cylindrical-coordinate representation of color #957D6C: hue angle of 24.88º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #957D6C is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149125108-
CMYK00.160.280.42
HSL24.88º16.21%50.39%-
HSV(B)24.88º27.52%58.43%-
XYZ22.4322.1417.28-
YUV130.24115.45141.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=39.01%
G=32.72%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912510800.160.280.4224.8816.2150.39
Hex957D6C0101C2A191032
Octal2251751540203452312062
Binary1001010111111011101100010000111001010101100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957D6C; }

 p { color: rgb(149,125,108); }

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

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

 a { background-color: rgb(149,125,108); }

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

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

 span { border-color: rgb(149,125,108); }

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