Shades of Almond Frost #96867F
Tints of Almond Frost #96867F
RGB
CMYK
RGB Variations
Color information
#96867F (or 0x96867F) is known color: Almond Frost. HEX triplet: 96, 86 and 7F. RGB value is (150,134,127). Sum of RGB (Red+Green+Blue) = 150+134+127=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #96867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96867F is #697980. Grayscale: #8A8A8A. Windows color (decimal): -6912385 or 8357526. OLE color: 8357526.
HSL color Cylindrical-coordinate representation of color #96867F: hue angle of 18.26º 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 #96867F is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 127 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.41 |
| HSL | 18.26º | 0.1% | 0.54% | - |
| HSV(B) | 18.26º | 0.15% | 0.59% | - |
| XYZ | 24.93 | 25.07 | 23.6 | - |
| YUV | 137.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 127 | 0 | 0.11 | 0.15 | 0.41 | 18.26 | 0.1 | 0.54 |
| Hex | 96 | 86 | 7F | 0 | B | F | 29 | 12 | A | 36 |
| Octal | 226 | 206 | 177 | 0 | 13 | 17 | 51 | 22 | 12 | 66 |
| Binary | 10010110 | 10000110 | 1111111 | 0 | 1011 | 1111 | 101001 | 10010 | 1010 | 110110 |
Color Harmonies of #96867F
Complementary color
Monochromatic Colors of #96867F
Black with #96867F
Text Example
Text Example
White with #96867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96867F; }
p { color: rgb(150,134,127); }
H1.HeaderClassName
{
color: #96867F;
}
.AnyTagClassName
{
color: #96867F;
}
</style>
background-color css
<style>
a { background-color: #96867F; }
a { background-color: rgb(150,134,127); }
div.DivClassName
{
background-color: #96867F;
}
.BgClassName
{
background-color: #96867F;
}
</style>
border-color css
<style>
span { border-color: #96867F; }
span { border-color: rgb(150,134,127); }
td.TdClassName
{
border-color: #96867F;
}
.TagClassName
{
border-color: #96867F;
}
</style>