#99816B

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

Shades of Squirrel #99816B

Tints of Squirrel #99816B

Color information

#99816B (or 0x99816B) is unknown color: approx Squirrel. HEX triplet: 99, 81 and 6B. RGB value is (153,129,107). Sum of RGB (Red+Green+Blue) = 153+129+107=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #99816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99816B is #667E94. Grayscale: #858585. Windows color (decimal): -6717077 or 7045529. OLE color: 7045529.

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

Color convert

RGB153129107-
CMYK00.160.300.4
HSL28.7º18.4%50.98%-
HSV(B)28.7º30.07%60%-
XYZ23.6423.5317.21-
YUV133.67112.95141.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=39.33%
G=33.16%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312910700.160.300.428.718.450.98
Hex99816B0101E281d1233
Octal2312011530203650352263
Binary10011001100000011101011010000111101010001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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