Shades of Almond Frost #99806F
Tints of Almond Frost #99806F
RGB
CMYK
RGB Variations
Color information
#99806F (or 0x99806F) is known color: Almond Frost. HEX triplet: 99, 80 and 6F. RGB value is (153,128,111). Sum of RGB (Red+Green+Blue) = 153+128+111=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99806F is #667F90. Grayscale: #858585. Windows color (decimal): -6717329 or 7307417. OLE color: 7307417.
HSL color Cylindrical-coordinate representation of color #99806F: hue angle of 24.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99806F is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 111 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.4 |
| HSL | 24.29º | 0.17% | 0.52% | - |
| HSV(B) | 24.29º | 0.27% | 0.6% | - |
| XYZ | 23.73 | 23.36 | 18.3 | - |
| YUV | 133.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 111 | 0 | 0.16 | 0.27 | 0.4 | 24.29 | 0.17 | 0.52 |
| Hex | 99 | 80 | 6F | 0 | 10 | 1B | 28 | 18 | 11 | 34 |
| Octal | 231 | 200 | 157 | 0 | 20 | 33 | 50 | 30 | 21 | 64 |
| Binary | 10011001 | 10000000 | 1101111 | 0 | 10000 | 11011 | 101000 | 11000 | 10001 | 110100 |
Color Harmonies of #99806F
Complementary color
Monochromatic Colors of #99806F
Black with #99806F
Text Example
Text Example
White with #99806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99806F; }
p { color: rgb(153,128,111); }
H1.HeaderClassName
{
color: #99806F;
}
.AnyTagClassName
{
color: #99806F;
}
</style>
background-color css
<style>
a { background-color: #99806F; }
a { background-color: rgb(153,128,111); }
div.DivClassName
{
background-color: #99806F;
}
.BgClassName
{
background-color: #99806F;
}
</style>
border-color css
<style>
span { border-color: #99806F; }
span { border-color: rgb(153,128,111); }
td.TdClassName
{
border-color: #99806F;
}
.TagClassName
{
border-color: #99806F;
}
</style>