Shades of Almond Frost #998B84
Tints of Almond Frost #998B84
RGB
CMYK
RGB Variations
Color information
#998B84 (or 0x998B84) is known color: Almond Frost. HEX triplet: 99, 8B and 84. RGB value is (153,139,132). Sum of RGB (Red+Green+Blue) = 153+139+132=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #998B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B84 is #66747B. Grayscale: #8E8E8E. Windows color (decimal): -6714492 or 8686489. OLE color: 8686489.
HSL color Cylindrical-coordinate representation of color #998B84: hue angle of 20º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998B84 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 132 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.4 |
| HSL | 20º | 0.09% | 0.56% | - |
| HSV(B) | 20º | 0.14% | 0.6% | - |
| XYZ | 26.53 | 26.9 | 25.62 | - |
| YUV | 142.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 132 | 0 | 0.09 | 0.14 | 0.4 | 20 | 0.09 | 0.56 |
| Hex | 99 | 8B | 84 | 0 | 9 | E | 28 | 14 | 9 | 38 |
| Octal | 231 | 213 | 204 | 0 | 11 | 16 | 50 | 24 | 11 | 70 |
| Binary | 10011001 | 10001011 | 10000100 | 0 | 1001 | 1110 | 101000 | 10100 | 1001 | 111000 |
Color Harmonies of #998B84
Complementary color
Monochromatic Colors of #998B84
Black with #998B84
Text Example
Text Example
White with #998B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B84; }
p { color: rgb(153,139,132); }
H1.HeaderClassName
{
color: #998B84;
}
.AnyTagClassName
{
color: #998B84;
}
</style>
background-color css
<style>
a { background-color: #998B84; }
a { background-color: rgb(153,139,132); }
div.DivClassName
{
background-color: #998B84;
}
.BgClassName
{
background-color: #998B84;
}
</style>
border-color css
<style>
span { border-color: #998B84; }
span { border-color: rgb(153,139,132); }
td.TdClassName
{
border-color: #998B84;
}
.TagClassName
{
border-color: #998B84;
}
</style>