#968368

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

Shades of Squirrel #968368

Tints of Squirrel #968368

Color information

#968368 (or 0x968368) is unknown color: approx Squirrel. HEX triplet: 96, 83 and 68. RGB value is (150,131,104). Sum of RGB (Red+Green+Blue) = 150+131+104=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #968368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968368 is #697C97. Grayscale: #858585. Windows color (decimal): -6913176 or 6849430. OLE color: 6849430.

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

Color convert

RGB150131104-
CMYK00.130.310.41
HSL35.22º18.11%49.8%-
HSV(B)35.22º30.67%58.82%-
XYZ23.1923.7216.45-
YUV133.6111.29139.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=38.96%
G=34.03%
B=27.01%

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
Decimal15013110400.130.310.4135.2218.1149.8
Hex9683680D1F29231232
Octal2262031500153751432262
Binary10010110100000111101000011011111110100110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968368; }

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

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

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

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

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

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

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

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