Shades of Almond Frost #96897B
Tints of Almond Frost #96897B
RGB
CMYK
RGB Variations
Color information
#96897B (or 0x96897B) is known color: Almond Frost. HEX triplet: 96, 89 and 7B. RGB value is (150,137,123). Sum of RGB (Red+Green+Blue) = 150+137+123=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #96897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96897B is #697684. Grayscale: #8B8B8B. Windows color (decimal): -6911621 or 8096150. OLE color: 8096150.
HSL color Cylindrical-coordinate representation of color #96897B: hue angle of 31.11º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96897B is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 123 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.41 |
| HSL | 31.11º | 0.11% | 0.54% | - |
| HSV(B) | 31.11º | 0.18% | 0.59% | - |
| XYZ | 25.1 | 25.81 | 22.4 | - |
| YUV | 139.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 123 | 0 | 0.09 | 0.18 | 0.41 | 31.11 | 0.11 | 0.54 |
| Hex | 96 | 89 | 7B | 0 | 9 | 12 | 29 | 1F | B | 36 |
| Octal | 226 | 211 | 173 | 0 | 11 | 22 | 51 | 37 | 13 | 66 |
| Binary | 10010110 | 10001001 | 1111011 | 0 | 1001 | 10010 | 101001 | 11111 | 1011 | 110110 |
Color Harmonies of #96897B
Complementary color
Monochromatic Colors of #96897B
Black with #96897B
Text Example
Text Example
White with #96897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96897B; }
p { color: rgb(150,137,123); }
H1.HeaderClassName
{
color: #96897B;
}
.AnyTagClassName
{
color: #96897B;
}
</style>
background-color css
<style>
a { background-color: #96897B; }
a { background-color: rgb(150,137,123); }
div.DivClassName
{
background-color: #96897B;
}
.BgClassName
{
background-color: #96897B;
}
</style>
border-color css
<style>
span { border-color: #96897B; }
span { border-color: rgb(150,137,123); }
td.TdClassName
{
border-color: #96897B;
}
.TagClassName
{
border-color: #96897B;
}
</style>