Shades of Squirrel #99806B
Tints of Squirrel #99806B
RGB
CMYK
RGB Variations
Color information
#99806B (or 0x99806B) is known color: 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
| RGB | 153 | 128 | 107 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.4 |
| HSL | 27.39º | 0.18% | 0.51% | - |
| HSV(B) | 27.39º | 0.3% | 0.6% | - |
| XYZ | 23.51 | 23.27 | 17.16 | - |
| YUV | 133.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 107 | 0 | 0.16 | 0.30 | 0.4 | 27.39 | 0.18 | 0.51 |
| Hex | 99 | 80 | 6B | 0 | 10 | 1E | 28 | 1B | 12 | 33 |
| Octal | 231 | 200 | 153 | 0 | 20 | 36 | 50 | 33 | 22 | 63 |
| Binary | 10011001 | 10000000 | 1101011 | 0 | 10000 | 11110 | 101000 | 11011 | 10010 | 110011 |
Color Harmonies of #99806B
Complementary color
Monochromatic Colors of #99806B
Black with #99806B
Text Example
Text Example
White with #99806B
Text Example
Text Example
HTML Codes & Css Web 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>