#957F6A

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

Shades of Squirrel #957F6A

Tints of Squirrel #957F6A

Color information

#957F6A (or 0x957F6A) is unknown color: approx Squirrel. HEX triplet: 95, 7F and 6A. RGB value is (149,127,106). Sum of RGB (Red+Green+Blue) = 149+127+106=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #957F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F6A is #6A8095. Grayscale: #838383. Windows color (decimal): -6979734 or 6979477. OLE color: 6979477.

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

Color convert

RGB149127106-
CMYK00.150.290.42
HSL29.3º16.86%50%-
HSV(B)29.3º28.86%58.43%-
XYZ22.5922.6116.81-
YUV131.18113.79140.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=39.01%
G=33.25%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912710600.150.290.4229.316.8650
Hex957F6A0F1D2A1d1132
Octal2251771520173552352162
Binary100101011111111110101001111111011010101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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