#958168

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

Shades of Squirrel #958168

Tints of Squirrel #958168

Color information

#958168 (or 0x958168) is unknown color: approx Squirrel. HEX triplet: 95, 81 and 68. RGB value is (149,129,104). Sum of RGB (Red+Green+Blue) = 149+129+104=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #958168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958168 is #6A7E97. Grayscale: #848484. Windows color (decimal): -6979224 or 6848917. OLE color: 6848917.

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

Color convert

RGB149129104-
CMYK00.130.300.42
HSL33.33º17.79%49.61%-
HSV(B)33.33º30.2%58.43%-
XYZ22.7423.0916.35-
YUV132.13112.13140.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=39.01%
G=33.77%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912910400.130.300.4233.3317.7949.61
Hex9581680D1E2A211232
Octal2252011500153652412262
Binary10010101100000011101000011011111010101010000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958168; }

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

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

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

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

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

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

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

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