#958170

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

Shades of Squirrel #958170

Tints of Squirrel #958170

Color information

#958170 (or 0x958170) is unknown color: approx Squirrel. HEX triplet: 95, 81 and 70. RGB value is (149,129,112). Sum of RGB (Red+Green+Blue) = 149+129+112=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #958170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958170 is #6A7E8F. Grayscale: #858585. Windows color (decimal): -6979216 or 7373205. OLE color: 7373205.

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

Color convert

RGB149129112-
CMYK00.130.250.42
HSL27.57º14.86%51.18%-
HSV(B)27.57º24.83%58.43%-
XYZ23.1723.2618.6-
YUV133.04116.13139.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=38.21%
G=33.08%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912911200.130.250.4227.5714.8651.18
Hex9581700D192A1cf33
Octal2252011600153152341763
Binary100101011000000111100000110111001101010111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958170; }

 p { color: rgb(149,129,112); }

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

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

 a { background-color: rgb(149,129,112); }

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

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

 span { border-color: rgb(149,129,112); }

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