Shades of Almond Frost #968C87
Tints of Almond Frost #968C87
RGB
CMYK
RGB Variations
Color information
#968C87 (or 0x968C87) is known color: Almond Frost. HEX triplet: 96, 8C and 87. RGB value is (150,140,135). Sum of RGB (Red+Green+Blue) = 150+140+135=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #968C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C87 is #697378. Grayscale: #8E8E8E. Windows color (decimal): -6910841 or 8883350. OLE color: 8883350.
HSL color Cylindrical-coordinate representation of color #968C87: hue angle of 20º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #968C87 is Cyan = 0, Magento = 0.07, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 135 | - |
| CMYK | 0 | 0.07 | 0.1 | 0.41 |
| HSL | 20º | 0.07% | 0.56% | - |
| HSV(B) | 20º | 0.1% | 0.59% | - |
| XYZ | 26.33 | 26.99 | 26.74 | - |
| YUV | 142.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 135 | 0 | 0.07 | 0.1 | 0.41 | 20 | 0.07 | 0.56 |
| Hex | 96 | 8C | 87 | 0 | 7 | A | 29 | 14 | 7 | 38 |
| Octal | 226 | 214 | 207 | 0 | 7 | 12 | 51 | 24 | 7 | 70 |
| Binary | 10010110 | 10001100 | 10000111 | 0 | 111 | 1010 | 101001 | 10100 | 111 | 111000 |
Color Harmonies of #968C87
Complementary color
Monochromatic Colors of #968C87
Black with #968C87
Text Example
Text Example
White with #968C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C87; }
p { color: rgb(150,140,135); }
H1.HeaderClassName
{
color: #968C87;
}
.AnyTagClassName
{
color: #968C87;
}
</style>
background-color css
<style>
a { background-color: #968C87; }
a { background-color: rgb(150,140,135); }
div.DivClassName
{
background-color: #968C87;
}
.BgClassName
{
background-color: #968C87;
}
</style>
border-color css
<style>
span { border-color: #968C87; }
span { border-color: rgb(150,140,135); }
td.TdClassName
{
border-color: #968C87;
}
.TagClassName
{
border-color: #968C87;
}
</style>