#99806B

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

Shades of Squirrel #99806B

Tints of Squirrel #99806B

Color information

#99806B (or 0x99806B) is unknown color: approx Squirrel. HEX triplet: 99, 80 and 6B. RGB value is (153,128,107). Sum of RGB (Red+Green+Blue) = 153+128+107=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #99806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99806B is #667F94. Grayscale: #858585. Windows color (decimal): -6717333 or 7045273. OLE color: 7045273.

HSL color Cylindrical-coordinate representation of color #99806B: hue angle of 27.39º 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 #99806B is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB153128107-
CMYK00.160.300.4
HSL27.39º18.4%50.98%-
HSV(B)27.39º30.07%60%-
XYZ23.5123.2717.16-
YUV133.08113.28142.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=39.43%
G=32.99%
B=27.58%

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
Decimal15312810700.160.300.427.3918.450.98
Hex99806B0101E281b1233
Octal2312001530203650332263
Binary10011001100000001101011010000111101010001101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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