Shades of Almond Frost #998676
Tints of Almond Frost #998676
RGB
CMYK
RGB Variations
Color information
#998676 (or 0x998676) is known color: Almond Frost. HEX triplet: 99, 86 and 76. RGB value is (153,134,118). Sum of RGB (Red+Green+Blue) = 153+134+118=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #998676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998676 is #667989. Grayscale: #898989. Windows color (decimal): -6715786 or 7767705. OLE color: 7767705.
HSL color Cylindrical-coordinate representation of color #998676: hue angle of 27.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #998676 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 118 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.4 |
| HSL | 27.43º | 0.15% | 0.53% | - |
| HSV(B) | 27.43º | 0.23% | 0.6% | - |
| XYZ | 24.93 | 25.13 | 20.68 | - |
| YUV | 137.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 118 | 0 | 0.12 | 0.23 | 0.4 | 27.43 | 0.15 | 0.53 |
| Hex | 99 | 86 | 76 | 0 | C | 17 | 28 | 1B | F | 35 |
| Octal | 231 | 206 | 166 | 0 | 14 | 27 | 50 | 33 | 17 | 65 |
| Binary | 10011001 | 10000110 | 1110110 | 0 | 1100 | 10111 | 101000 | 11011 | 1111 | 110101 |
Color Harmonies of #998676
Complementary color
Monochromatic Colors of #998676
Black with #998676
Text Example
Text Example
White with #998676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998676; }
p { color: rgb(153,134,118); }
H1.HeaderClassName
{
color: #998676;
}
.AnyTagClassName
{
color: #998676;
}
</style>
background-color css
<style>
a { background-color: #998676; }
a { background-color: rgb(153,134,118); }
div.DivClassName
{
background-color: #998676;
}
.BgClassName
{
background-color: #998676;
}
</style>
border-color css
<style>
span { border-color: #998676; }
span { border-color: rgb(153,134,118); }
td.TdClassName
{
border-color: #998676;
}
.TagClassName
{
border-color: #998676;
}
</style>