#967B68

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

Shades of Squirrel #967B68

Tints of Squirrel #967B68

Color information

#967B68 (or 0x967B68) is unknown color: approx Squirrel. HEX triplet: 96, 7B and 68. RGB value is (150,123,104). Sum of RGB (Red+Green+Blue) = 150+123+104=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #967B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B68 is #698497. Grayscale: #818181. Windows color (decimal): -6915224 or 6847382. OLE color: 6847382.

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

Color convert

RGB150123104-
CMYK00.180.310.41
HSL24.78º18.11%49.8%-
HSV(B)24.78º30.67%58.82%-
XYZ22.1621.6516.11-
YUV128.91113.95143.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=39.79%
G=32.63%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012310400.180.310.4124.7818.1149.8
Hex967B680121F29191232
Octal2261731500223751312262
Binary1001011011110111101000010010111111010011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967B68; }

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

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

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

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

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

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

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

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