#96846F

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

Shades of Squirrel #96846F

Tints of Squirrel #96846F

Color information

#96846F (or 0x96846F) is unknown color: approx Squirrel. HEX triplet: 96, 84 and 6F. RGB value is (150,132,111). Sum of RGB (Red+Green+Blue) = 150+132+111=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96846F is #697B90. Grayscale: #878787. Windows color (decimal): -6912913 or 7308438. OLE color: 7308438.

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

Color convert

RGB150132111-
CMYK00.120.260.41
HSL32.31º15.66%51.18%-
HSV(B)32.31º26%58.82%-
XYZ23.724.1318.45-
YUV134.99114.46138.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=38.17%
G=33.59%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013211100.120.260.4132.3115.6651.18
Hex96846F0C1A29201033
Octal2262041570143251402063
Binary10010110100001001101111011001101010100110000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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