#957D6D

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

Shades of Squirrel #957D6D

Tints of Squirrel #957D6D

Color information

#957D6D (or 0x957D6D) is unknown color: approx Squirrel. HEX triplet: 95, 7D and 6D. RGB value is (149,125,109). Sum of RGB (Red+Green+Blue) = 149+125+109=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #957D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D6D is #6A8292. Grayscale: #828282. Windows color (decimal): -6980243 or 7175573. OLE color: 7175573.

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

Color convert

RGB149125109-
CMYK00.160.270.42
HSL24º15.87%50.59%-
HSV(B)24º26.85%58.43%-
XYZ22.4922.1617.56-
YUV130.35115.95141.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=38.90%
G=32.64%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912510900.160.270.422415.8750.59
Hex957D6D0101B2A181033
Octal2251751550203352302063
Binary1001010111111011101101010000110111010101100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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