#957F6C

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

Shades of Squirrel #957F6C

Tints of Squirrel #957F6C

Color information

#957F6C (or 0x957F6C) is unknown color: approx Squirrel. HEX triplet: 95, 7F and 6C. RGB value is (149,127,108). Sum of RGB (Red+Green+Blue) = 149+127+108=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #957F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F6C is #6A8093. Grayscale: #838383. Windows color (decimal): -6979732 or 7110549. OLE color: 7110549.

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

Color convert

RGB149127108-
CMYK00.150.280.42
HSL27.8º16.21%50.39%-
HSV(B)27.8º27.52%58.43%-
XYZ22.6922.6517.36-
YUV131.41114.79140.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=38.80%
G=33.07%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912710800.150.280.4227.816.2150.39
Hex957F6C0F1C2A1c1032
Octal2251771540173452342062
Binary100101011111111110110001111111001010101110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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