Shades of Almond Frost #998674
Tints of Almond Frost #998674
RGB
CMYK
RGB Variations
Color information
#998674 (or 0x998674) is known color: Almond Frost. HEX triplet: 99, 86 and 74. RGB value is (153,134,116). Sum of RGB (Red+Green+Blue) = 153+134+116=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #998674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998674 is #66798B. Grayscale: #898989. Windows color (decimal): -6715788 or 7636633. OLE color: 7636633.
HSL color Cylindrical-coordinate representation of color #998674: hue angle of 29.19º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998674 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 116 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.4 |
| HSL | 29.19º | 0.15% | 0.53% | - |
| HSV(B) | 29.19º | 0.24% | 0.6% | - |
| XYZ | 24.81 | 25.08 | 20.06 | - |
| YUV | 137.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 116 | 0 | 0.12 | 0.24 | 0.4 | 29.19 | 0.15 | 0.53 |
| Hex | 99 | 86 | 74 | 0 | C | 18 | 28 | 1D | F | 35 |
| Octal | 231 | 206 | 164 | 0 | 14 | 30 | 50 | 35 | 17 | 65 |
| Binary | 10011001 | 10000110 | 1110100 | 0 | 1100 | 11000 | 101000 | 11101 | 1111 | 110101 |
Color Harmonies of #998674
Complementary color
Monochromatic Colors of #998674
Black with #998674
Text Example
Text Example
White with #998674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998674; }
p { color: rgb(153,134,116); }
H1.HeaderClassName
{
color: #998674;
}
.AnyTagClassName
{
color: #998674;
}
</style>
background-color css
<style>
a { background-color: #998674; }
a { background-color: rgb(153,134,116); }
div.DivClassName
{
background-color: #998674;
}
.BgClassName
{
background-color: #998674;
}
</style>
border-color css
<style>
span { border-color: #998674; }
span { border-color: rgb(153,134,116); }
td.TdClassName
{
border-color: #998674;
}
.TagClassName
{
border-color: #998674;
}
</style>