#958469

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

Shades of Squirrel #958469

Tints of Squirrel #958469

Color information

#958469 (or 0x958469) is unknown color: approx Squirrel. HEX triplet: 95, 84 and 69. RGB value is (149,132,105). Sum of RGB (Red+Green+Blue) = 149+132+105=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #958469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958469 is #6A7B96. Grayscale: #868686. Windows color (decimal): -6978455 or 6915221. OLE color: 6915221.

HSL color Cylindrical-coordinate representation of color #958469: hue angle of 36.82º degrees, saturation: 0.17, 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 #958469 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149132105-
CMYK00.110.300.42
HSL36.82º17.32%49.8%-
HSV(B)36.82º29.53%58.43%-
XYZ23.223.9116.76-
YUV134111.63138.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 105 (41.41% from 255) = 27.20%
R=38.60%
G=34.20%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913210500.110.300.4236.8217.3249.8
Hex9584690B1E2A251132
Octal2252041510133652452162
Binary10010101100001001101001010111111010101010010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958469; }

 p { color: rgb(149,132,105); }

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

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

 a { background-color: rgb(149,132,105); }

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

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

 span { border-color: rgb(149,132,105); }

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