#968468

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

Shades of Squirrel #968468

Tints of Squirrel #968468

Color information

#968468 (or 0x968468) is unknown color: approx Squirrel. HEX triplet: 96, 84 and 68. RGB value is (150,132,104). Sum of RGB (Red+Green+Blue) = 150+132+104=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #968468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968468 is #697B97. Grayscale: #868686. Windows color (decimal): -6912920 or 6849686. OLE color: 6849686.

HSL color Cylindrical-coordinate representation of color #968468: hue angle of 36.52º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968468 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150132104-
CMYK00.120.310.41
HSL36.52º18.11%49.8%-
HSV(B)36.52º30.67%58.82%-
XYZ23.3323.9916.5-
YUV134.19110.96139.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=38.86%
G=34.20%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013210400.120.310.4136.5218.1149.8
Hex9684680C1F29251232
Octal2262041500143751452262
Binary10010110100001001101000011001111110100110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968468; }

 p { color: rgb(150,132,104); }

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

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

 a { background-color: rgb(150,132,104); }

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

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

 span { border-color: rgb(150,132,104); }

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