#957E6D

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

Shades of Squirrel #957E6D

Tints of Squirrel #957E6D

Color information

#957E6D (or 0x957E6D) is unknown color: approx Squirrel. HEX triplet: 95, 7E and 6D. RGB value is (149,126,109). Sum of RGB (Red+Green+Blue) = 149+126+109=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #957E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E6D is #6A8192. Grayscale: #838383. Windows color (decimal): -6979987 or 7175829. OLE color: 7175829.

HSL color Cylindrical-coordinate representation of color #957E6D: hue angle of 25.5º 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 #957E6D is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB149126109-
CMYK00.150.270.42
HSL25.5º15.87%50.59%-
HSV(B)25.5º26.85%58.43%-
XYZ22.6222.4217.6-
YUV130.94115.62140.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 109 (42.97% from 255) = 28.39%
R=38.80%
G=32.81%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912610900.150.270.4225.515.8750.59
Hex957E6D0F1B2A191033
Octal2251761550173352312063
Binary100101011111110110110101111110111010101100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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