#968268

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

Shades of Squirrel #968268

Tints of Squirrel #968268

Color information

#968268 (or 0x968268) is unknown color: approx Squirrel. HEX triplet: 96, 82 and 68. RGB value is (150,130,104). Sum of RGB (Red+Green+Blue) = 150+130+104=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #968268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968268 is #697D97. Grayscale: #858585. Windows color (decimal): -6913432 or 6849174. OLE color: 6849174.

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

Color convert

RGB150130104-
CMYK00.130.310.41
HSL33.91º18.11%49.8%-
HSV(B)33.91º30.67%58.82%-
XYZ23.0623.4516.41-
YUV133.02111.63140.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=39.06%
G=33.85%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013010400.130.310.4133.9118.1149.8
Hex9682680D1F29221232
Octal2262021500153751422262
Binary10010110100000101101000011011111110100110001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968268; }

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

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

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

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

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

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

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

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