#968471

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

Shades of Squirrel #968471

Tints of Squirrel #968471

Color information

#968471 (or 0x968471) is unknown color: approx Squirrel. HEX triplet: 96, 84 and 71. RGB value is (150,132,113). Sum of RGB (Red+Green+Blue) = 150+132+113=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #968471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968471 is #697B8E. Grayscale: #878787. Windows color (decimal): -6912911 or 7439510. OLE color: 7439510.

HSL color Cylindrical-coordinate representation of color #968471: hue angle of 30.81º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #968471 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB150132113-
CMYK00.120.250.41
HSL30.81º14.98%51.57%-
HSV(B)30.81º24.67%58.82%-
XYZ23.8124.1819.03-
YUV135.22115.46138.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=37.97%
G=33.42%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013211300.120.250.4130.8114.9851.57
Hex9684710C19291ff34
Octal2262041610143151371764
Binary100101101000010011100010110011001101001111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968471; }

 p { color: rgb(150,132,113); }

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

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

 a { background-color: rgb(150,132,113); }

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

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

 span { border-color: rgb(150,132,113); }

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