#967C66

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

Shades of Squirrel #967C66

Tints of Squirrel #967C66

Color information

#967C66 (or 0x967C66) is unknown color: approx Squirrel. HEX triplet: 96, 7C and 66. RGB value is (150,124,102). Sum of RGB (Red+Green+Blue) = 150+124+102=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #967C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C66 is #698399. Grayscale: #818181. Windows color (decimal): -6914970 or 6716566. OLE color: 6716566.

HSL color Cylindrical-coordinate representation of color #967C66: hue angle of 27.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967C66 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB150124102-
CMYK00.170.320.41
HSL27.5º19.05%49.41%-
HSV(B)27.5º32%58.82%-
XYZ22.1821.8615.62-
YUV129.27112.61142.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=39.89%
G=32.98%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012410200.170.320.4127.519.0549.41
Hex967C6601120291b1331
Octal2261741460214051332361
Binary10010110111110011001100100011000001010011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,124,102); }

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

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

 a { background-color: rgb(150,124,102); }

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

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

 span { border-color: rgb(150,124,102); }

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