Shades of Almond Frost #96887F
Tints of Almond Frost #96887F
RGB
CMYK
RGB Variations
Color information
#96887F (or 0x96887F) is known color: Almond Frost. HEX triplet: 96, 88 and 7F. RGB value is (150,136,127). Sum of RGB (Red+Green+Blue) = 150+136+127=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #96887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96887F is #697780. Grayscale: #8B8B8B. Windows color (decimal): -6911873 or 8358038. OLE color: 8358038.
HSL color Cylindrical-coordinate representation of color #96887F: hue angle of 23.48º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96887F is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 127 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.41 |
| HSL | 23.48º | 0.1% | 0.54% | - |
| HSV(B) | 23.48º | 0.15% | 0.59% | - |
| XYZ | 25.21 | 25.62 | 23.7 | - |
| YUV | 139.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 127 | 0 | 0.09 | 0.15 | 0.41 | 23.48 | 0.1 | 0.54 |
| Hex | 96 | 88 | 7F | 0 | 9 | F | 29 | 17 | A | 36 |
| Octal | 226 | 210 | 177 | 0 | 11 | 17 | 51 | 27 | 12 | 66 |
| Binary | 10010110 | 10001000 | 1111111 | 0 | 1001 | 1111 | 101001 | 10111 | 1010 | 110110 |
Color Harmonies of #96887F
Complementary color
Monochromatic Colors of #96887F
Black with #96887F
Text Example
Text Example
White with #96887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96887F; }
p { color: rgb(150,136,127); }
H1.HeaderClassName
{
color: #96887F;
}
.AnyTagClassName
{
color: #96887F;
}
</style>
background-color css
<style>
a { background-color: #96887F; }
a { background-color: rgb(150,136,127); }
div.DivClassName
{
background-color: #96887F;
}
.BgClassName
{
background-color: #96887F;
}
</style>
border-color css
<style>
span { border-color: #96887F; }
span { border-color: rgb(150,136,127); }
td.TdClassName
{
border-color: #96887F;
}
.TagClassName
{
border-color: #96887F;
}
</style>