Shades of Almond Frost #96897E
Tints of Almond Frost #96897E
RGB
CMYK
RGB Variations
Color information
#96897E (or 0x96897E) is known color: Almond Frost. HEX triplet: 96, 89 and 7E. RGB value is (150,137,126). Sum of RGB (Red+Green+Blue) = 150+137+126=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #96897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96897E is #697681. Grayscale: #8B8B8B. Windows color (decimal): -6911618 or 8292758. OLE color: 8292758.
HSL color Cylindrical-coordinate representation of color #96897E: hue angle of 27.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96897E is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 126 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.41 |
| HSL | 27.5º | 0.1% | 0.54% | - |
| HSV(B) | 27.5º | 0.16% | 0.59% | - |
| XYZ | 25.29 | 25.88 | 23.4 | - |
| YUV | 139.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 126 | 0 | 0.09 | 0.16 | 0.41 | 27.5 | 0.1 | 0.54 |
| Hex | 96 | 89 | 7E | 0 | 9 | 10 | 29 | 1C | A | 36 |
| Octal | 226 | 211 | 176 | 0 | 11 | 20 | 51 | 34 | 12 | 66 |
| Binary | 10010110 | 10001001 | 1111110 | 0 | 1001 | 10000 | 101001 | 11100 | 1010 | 110110 |
Color Harmonies of #96897E
Complementary color
Monochromatic Colors of #96897E
Black with #96897E
Text Example
Text Example
White with #96897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96897E; }
p { color: rgb(150,137,126); }
H1.HeaderClassName
{
color: #96897E;
}
.AnyTagClassName
{
color: #96897E;
}
</style>
background-color css
<style>
a { background-color: #96897E; }
a { background-color: rgb(150,137,126); }
div.DivClassName
{
background-color: #96897E;
}
.BgClassName
{
background-color: #96897E;
}
</style>
border-color css
<style>
span { border-color: #96897E; }
span { border-color: rgb(150,137,126); }
td.TdClassName
{
border-color: #96897E;
}
.TagClassName
{
border-color: #96897E;
}
</style>