#957F6E

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

Shades of Squirrel #957F6E

Tints of Squirrel #957F6E

Color information

#957F6E (or 0x957F6E) is unknown color: approx Squirrel. HEX triplet: 95, 7F and 6E. RGB value is (149,127,110). Sum of RGB (Red+Green+Blue) = 149+127+110=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #957F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F6E is #6A8091. Grayscale: #838383. Windows color (decimal): -6979730 or 7241621. OLE color: 7241621.

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

Color convert

RGB149127110-
CMYK00.150.260.42
HSL26.15º15.54%50.78%-
HSV(B)26.15º26.17%58.43%-
XYZ22.822.6917.93-
YUV131.64115.79140.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=38.60%
G=32.90%
B=28.50%

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
Decimal14912711000.150.260.4226.1515.5450.78
Hex957F6E0F1A2A1a1033
Octal2251771560173252322063
Binary100101011111111110111001111110101010101101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,127,110); }

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

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

 a { background-color: rgb(149,127,110); }

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

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

 span { border-color: rgb(149,127,110); }

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