#96846D

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

Shades of Squirrel #96846D

Tints of Squirrel #96846D

Color information

#96846D (or 0x96846D) is unknown color: approx Squirrel. HEX triplet: 96, 84 and 6D. RGB value is (150,132,109). Sum of RGB (Red+Green+Blue) = 150+132+109=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96846D is #697B92. Grayscale: #868686. Windows color (decimal): -6912915 or 7177366. OLE color: 7177366.

HSL color Cylindrical-coordinate representation of color #96846D: hue angle of 33.66º 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 #96846D is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150132109-
CMYK00.120.270.41
HSL33.66º16.33%50.78%-
HSV(B)33.66º27.33%58.82%-
XYZ23.5924.0917.87-
YUV134.76113.46138.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=38.36%
G=33.76%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013210900.120.270.4133.6616.3350.78
Hex96846D0C1B29221033
Octal2262041550143351422063
Binary10010110100001001101101011001101110100110001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96846D; }

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

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

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

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

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

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

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

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