#99816D

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

Shades of Squirrel #99816D

Tints of Squirrel #99816D

Color information

#99816D (or 0x99816D) is unknown color: approx Squirrel. HEX triplet: 99, 81 and 6D. RGB value is (153,129,109). Sum of RGB (Red+Green+Blue) = 153+129+109=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99816D is #667E92. Grayscale: #868686. Windows color (decimal): -6717075 or 7176601. OLE color: 7176601.

HSL color Cylindrical-coordinate representation of color #99816D: hue angle of 27.27º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99816D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB153129109-
CMYK00.160.290.4
HSL27.27º17.74%51.37%-
HSV(B)27.27º28.76%60%-
XYZ23.7523.5817.77-
YUV133.9113.95141.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=39.13%
G=32.99%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312910900.160.290.427.2717.7451.37
Hex99816D0101D281b1233
Octal2312011550203550332263
Binary10011001100000011101101010000111011010001101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,129,109); }

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

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

 a { background-color: rgb(153,129,109); }

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

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

 span { border-color: rgb(153,129,109); }

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