#957F68

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

Shades of Squirrel #957F68

Tints of Squirrel #957F68

Color information

#957F68 (or 0x957F68) is unknown color: approx Squirrel. HEX triplet: 95, 7F and 68. RGB value is (149,127,104). Sum of RGB (Red+Green+Blue) = 149+127+104=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #957F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F68 is #6A8097. Grayscale: #838383. Windows color (decimal): -6979736 or 6848405. OLE color: 6848405.

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

Color convert

RGB149127104-
CMYK00.150.300.42
HSL30.67º17.79%49.61%-
HSV(B)30.67º30.2%58.43%-
XYZ22.4822.5716.27-
YUV130.96112.79140.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=39.21%
G=33.42%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912710400.150.300.4230.6717.7949.61
Hex957F680F1E2A1f1232
Octal2251771500173652372262
Binary100101011111111110100001111111101010101111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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