#967E6C

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

Shades of Squirrel #967E6C

Tints of Squirrel #967E6C

Color information

#967E6C (or 0x967E6C) is unknown color: approx Squirrel. HEX triplet: 96, 7E and 6C. RGB value is (150,126,108). Sum of RGB (Red+Green+Blue) = 150+126+108=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #967E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E6C is #698193. Grayscale: #838383. Windows color (decimal): -6914452 or 7110294. OLE color: 7110294.

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

Color convert

RGB150126108-
CMYK00.160.280.41
HSL25.71º16.67%50.59%-
HSV(B)25.71º28%58.82%-
XYZ22.7522.4917.33-
YUV131.12114.95141.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=39.06%
G=32.81%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012610800.160.280.4125.7116.6750.59
Hex967E6C0101C291a1133
Octal2261761540203451322163
Binary1001011011111101101100010000111001010011101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,126,108); }

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

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

 a { background-color: rgb(150,126,108); }

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

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

 span { border-color: rgb(150,126,108); }

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