Shades of Almond Frost #987F6E
Tints of Almond Frost #987F6E
RGB
CMYK
RGB Variations
Color information
#987F6E (or 0x987F6E) is known color: Almond Frost. HEX triplet: 98, 7F and 6E. RGB value is (152,127,110). Sum of RGB (Red+Green+Blue) = 152+127+110=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #987F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F6E is #678091. Grayscale: #848484. Windows color (decimal): -6783122 or 7241624. OLE color: 7241624.
HSL color Cylindrical-coordinate representation of color #987F6E: hue angle of 24.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #987F6E is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 110 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.40 |
| HSL | 24.29º | 0.17% | 0.51% | - |
| HSV(B) | 24.29º | 0.28% | 0.6% | - |
| XYZ | 23.35 | 22.98 | 17.96 | - |
| YUV | 132.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 110 | 0 | 0.16 | 0.28 | 0.40 | 24.29 | 0.17 | 0.51 |
| Hex | 98 | 7F | 6E | 0 | 10 | 1C | 28 | 18 | 11 | 33 |
| Octal | 230 | 177 | 156 | 0 | 20 | 34 | 50 | 30 | 21 | 63 |
| Binary | 10011000 | 1111111 | 1101110 | 0 | 10000 | 11100 | 101000 | 11000 | 10001 | 110011 |
Color Harmonies of #987F6E
Complementary color
Monochromatic Colors of #987F6E
Black with #987F6E
Text Example
Text Example
White with #987F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F6E; }
p { color: rgb(152,127,110); }
H1.HeaderClassName
{
color: #987F6E;
}
.AnyTagClassName
{
color: #987F6E;
}
</style>
background-color css
<style>
a { background-color: #987F6E; }
a { background-color: rgb(152,127,110); }
div.DivClassName
{
background-color: #987F6E;
}
.BgClassName
{
background-color: #987F6E;
}
</style>
border-color css
<style>
span { border-color: #987F6E; }
span { border-color: rgb(152,127,110); }
td.TdClassName
{
border-color: #987F6E;
}
.TagClassName
{
border-color: #987F6E;
}
</style>