#968168

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

Shades of Squirrel #968168

Tints of Squirrel #968168

Color information

#968168 (or 0x968168) is unknown color: approx Squirrel. HEX triplet: 96, 81 and 68. RGB value is (150,129,104). Sum of RGB (Red+Green+Blue) = 150+129+104=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #968168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968168 is #697E97. Grayscale: #848484. Windows color (decimal): -6913688 or 6848918. OLE color: 6848918.

HSL color Cylindrical-coordinate representation of color #968168: hue angle of 32.61º 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 #968168 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150129104-
CMYK00.140.310.41
HSL32.61º18.11%49.8%-
HSV(B)32.61º30.67%58.82%-
XYZ22.9323.1816.36-
YUV132.43111.96140.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=39.16%
G=33.68%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012910400.140.310.4132.6118.1149.8
Hex9681680E1F29211232
Octal2262011500163751412262
Binary10010110100000011101000011101111110100110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968168; }

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

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

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

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

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

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

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

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