#96816F

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

Shades of Squirrel #96816F

Tints of Squirrel #96816F

Color information

#96816F (or 0x96816F) is unknown color: approx Squirrel. HEX triplet: 96, 81 and 6F. RGB value is (150,129,111). Sum of RGB (Red+Green+Blue) = 150+129+111=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96816F is #697E90. Grayscale: #858585. Windows color (decimal): -6913681 or 7307670. OLE color: 7307670.

HSL color Cylindrical-coordinate representation of color #96816F: hue angle of 27.69º 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 #96816F is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB150129111-
CMYK00.140.260.41
HSL27.69º15.66%51.18%-
HSV(B)27.69º26%58.82%-
XYZ23.323.3318.31-
YUV133.23115.46139.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=38.46%
G=33.08%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012911100.140.260.4127.6915.6651.18
Hex96816F0E1A291c1033
Octal2262011570163251342063
Binary1001011010000001110111101110110101010011110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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