#967D68

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

Shades of Squirrel #967D68

Tints of Squirrel #967D68

Color information

#967D68 (or 0x967D68) is unknown color: approx Squirrel. HEX triplet: 96, 7D and 68. RGB value is (150,125,104). Sum of RGB (Red+Green+Blue) = 150+125+104=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #967D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D68 is #698297. Grayscale: #828282. Windows color (decimal): -6914712 or 6847894. OLE color: 6847894.

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

Color convert

RGB150125104-
CMYK00.170.310.41
HSL27.39º18.11%49.8%-
HSV(B)27.39º30.67%58.82%-
XYZ22.4122.1516.19-
YUV130.08113.28142.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=39.58%
G=32.98%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012510400.170.310.4127.3918.1149.8
Hex967D680111F291b1232
Octal2261751500213751332262
Binary1001011011111011101000010001111111010011101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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