#967F6E

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

Shades of Squirrel #967F6E

Tints of Squirrel #967F6E

Color information

#967F6E (or 0x967F6E) is unknown color: approx Squirrel. HEX triplet: 96, 7F and 6E. RGB value is (150,127,110). Sum of RGB (Red+Green+Blue) = 150+127+110=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #967F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F6E is #698091. Grayscale: #848484. Windows color (decimal): -6914194 or 7241622. OLE color: 7241622.

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

Color convert

RGB150127110-
CMYK00.150.270.41
HSL25.5º16%50.98%-
HSV(B)25.5º26.67%58.82%-
XYZ22.9822.7917.94-
YUV131.94115.62140.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=38.76%
G=32.82%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012711000.150.270.4125.51650.98
Hex967F6E0F1B29191033
Octal2261771560173351312063
Binary100101101111111110111001111110111010011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,127,110); }

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

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

 a { background-color: rgb(150,127,110); }

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

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

 span { border-color: rgb(150,127,110); }

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