#968169

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

Shades of Squirrel #968169

Tints of Squirrel #968169

Color information

#968169 (or 0x968169) is unknown color: approx Squirrel. HEX triplet: 96, 81 and 69. RGB value is (150,129,105). Sum of RGB (Red+Green+Blue) = 150+129+105=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #968169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968169 is #697E96. Grayscale: #848484. Windows color (decimal): -6913687 or 6914454. OLE color: 6914454.

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

Color convert

RGB150129105-
CMYK00.140.300.41
HSL32º17.65%50%-
HSV(B)32º30%58.82%-
XYZ22.9823.216.63-
YUV132.54112.46140.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 105 (41.41% from 255) = 27.34%
R=39.06%
G=33.59%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012910500.140.300.413217.6550
Hex9681690E1E29201232
Octal2262011510163651402262
Binary10010110100000011101001011101111010100110000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968169; }

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

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

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

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

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

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

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

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