#96806E

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

Shades of Squirrel #96806E

Tints of Squirrel #96806E

Color information

#96806E (or 0x96806E) is unknown color: approx Squirrel. HEX triplet: 96, 80 and 6E. RGB value is (150,128,110). Sum of RGB (Red+Green+Blue) = 150+128+110=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96806E is #697F91. Grayscale: #848484. Windows color (decimal): -6913938 or 7241878. OLE color: 7241878.

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

Color convert

RGB150128110-
CMYK00.150.270.41
HSL27º16%50.98%-
HSV(B)27º26.67%58.82%-
XYZ23.1123.0517.98-
YUV132.53115.29140.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=38.66%
G=32.99%
B=28.35%

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
Decimal15012811000.150.270.41271650.98
Hex96806E0F1B291b1033
Octal2262001560173351332063
Binary1001011010000000110111001111110111010011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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