#967C67

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

Shades of Squirrel #967C67

Tints of Squirrel #967C67

Color information

#967C67 (or 0x967C67) is unknown color: approx Squirrel. HEX triplet: 96, 7C and 67. RGB value is (150,124,103). Sum of RGB (Red+Green+Blue) = 150+124+103=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #967C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C67 is #698398. Grayscale: #818181. Windows color (decimal): -6914969 or 6782102. OLE color: 6782102.

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

Color convert

RGB150124103-
CMYK00.170.310.41
HSL26.81º18.58%49.61%-
HSV(B)26.81º31.33%58.82%-
XYZ22.2321.8815.88-
YUV129.38113.11142.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=39.79%
G=32.89%
B=27.32%

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
Decimal15012410300.170.310.4126.8118.5849.61
Hex967C670111F291b1332
Octal2261741470213751332362
Binary1001011011111001100111010001111111010011101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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