Shades of Almond Frost #998673
Tints of Almond Frost #998673
RGB
CMYK
RGB Variations
Color information
#998673 (or 0x998673) is known color: Almond Frost. HEX triplet: 99, 86 and 73. RGB value is (153,134,115). Sum of RGB (Red+Green+Blue) = 153+134+115=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #998673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998673 is #66798C. Grayscale: #898989. Windows color (decimal): -6715789 or 7571097. OLE color: 7571097.
HSL color Cylindrical-coordinate representation of color #998673: hue angle of 30º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998673 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 115 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.4 |
| HSL | 30º | 0.16% | 0.53% | - |
| HSV(B) | 30º | 0.25% | 0.6% | - |
| XYZ | 24.76 | 25.06 | 19.75 | - |
| YUV | 137.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 115 | 0 | 0.12 | 0.25 | 0.4 | 30 | 0.16 | 0.53 |
| Hex | 99 | 86 | 73 | 0 | C | 19 | 28 | 1E | 10 | 35 |
| Octal | 231 | 206 | 163 | 0 | 14 | 31 | 50 | 36 | 20 | 65 |
| Binary | 10011001 | 10000110 | 1110011 | 0 | 1100 | 11001 | 101000 | 11110 | 10000 | 110101 |
Color Harmonies of #998673
Complementary color
Monochromatic Colors of #998673
Black with #998673
Text Example
Text Example
White with #998673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998673; }
p { color: rgb(153,134,115); }
H1.HeaderClassName
{
color: #998673;
}
.AnyTagClassName
{
color: #998673;
}
</style>
background-color css
<style>
a { background-color: #998673; }
a { background-color: rgb(153,134,115); }
div.DivClassName
{
background-color: #998673;
}
.BgClassName
{
background-color: #998673;
}
</style>
border-color css
<style>
span { border-color: #998673; }
span { border-color: rgb(153,134,115); }
td.TdClassName
{
border-color: #998673;
}
.TagClassName
{
border-color: #998673;
}
</style>