#957D69

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

Shades of Squirrel #957D69

Tints of Squirrel #957D69

Color information

#957D69 (or 0x957D69) is unknown color: approx Squirrel. HEX triplet: 95, 7D and 69. RGB value is (149,125,105). Sum of RGB (Red+Green+Blue) = 149+125+105=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #957D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D69 is #6A8296. Grayscale: #828282. Windows color (decimal): -6980247 or 6913429. OLE color: 6913429.

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

Color convert

RGB149125105-
CMYK00.160.300.42
HSL27.27º17.32%49.8%-
HSV(B)27.27º29.53%58.43%-
XYZ22.2822.0816.45-
YUV129.9113.95141.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=39.31%
G=32.98%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912510500.160.300.4227.2717.3249.8
Hex957D690101E2A1b1132
Octal2251751510203652332162
Binary1001010111111011101001010000111101010101101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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