#96836E

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

Shades of Squirrel #96836E

Tints of Squirrel #96836E

Color information

#96836E (or 0x96836E) is unknown color: approx Squirrel. HEX triplet: 96, 83 and 6E. RGB value is (150,131,110). Sum of RGB (Red+Green+Blue) = 150+131+110=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96836E is #697C91. Grayscale: #868686. Windows color (decimal): -6913170 or 7242646. OLE color: 7242646.

HSL color Cylindrical-coordinate representation of color #96836E: hue angle of 31.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 #96836E is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150131110-
CMYK00.130.270.41
HSL31.5º16%50.98%-
HSV(B)31.5º26.67%58.82%-
XYZ23.5123.8418.11-
YUV134.29114.29139.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=38.36%
G=33.50%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013111000.130.270.4131.51650.98
Hex96836E0D1B29201033
Octal2262031560153351402063
Binary10010110100000111101110011011101110100110000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96836E; }

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

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

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

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

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

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

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

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