#957E6F

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

Shades of Squirrel #957E6F

Tints of Squirrel #957E6F

Color information

#957E6F (or 0x957E6F) is unknown color: approx Squirrel. HEX triplet: 95, 7E and 6F. RGB value is (149,126,111). Sum of RGB (Red+Green+Blue) = 149+126+111=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #957E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E6F is #6A8190. Grayscale: #838383. Windows color (decimal): -6979985 or 7306901. OLE color: 7306901.

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

Color convert

RGB149126111-
CMYK00.150.260.42
HSL23.68º15.2%50.98%-
HSV(B)23.68º25.5%58.43%-
XYZ22.7222.4618.18-
YUV131.17116.62140.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=38.60%
G=32.64%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912611100.150.260.4223.6815.250.98
Hex957E6F0F1A2A18f33
Octal2251761570173252301763
Binary10010101111111011011110111111010101010110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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