Shades of Almond Frost #968779
Tints of Almond Frost #968779
RGB
CMYK
RGB Variations
Color information
#968779 (or 0x968779) is known color: Almond Frost. HEX triplet: 96, 87 and 79. RGB value is (150,135,121). Sum of RGB (Red+Green+Blue) = 150+135+121=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #968779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968779 is #697886. Grayscale: #898989. Windows color (decimal): -6912135 or 7964566. OLE color: 7964566.
HSL color Cylindrical-coordinate representation of color #968779: hue angle of 28.97º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968779 is Cyan = 0, Magento = 0.1, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 121 | - |
| CMYK | 0 | 0.1 | 0.19 | 0.41 |
| HSL | 28.97º | 0.12% | 0.53% | - |
| HSV(B) | 28.97º | 0.19% | 0.59% | - |
| XYZ | 24.69 | 25.19 | 21.65 | - |
| YUV | 137.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 121 | 0 | 0.1 | 0.19 | 0.41 | 28.97 | 0.12 | 0.53 |
| Hex | 96 | 87 | 79 | 0 | A | 13 | 29 | 1D | C | 35 |
| Octal | 226 | 207 | 171 | 0 | 12 | 23 | 51 | 35 | 14 | 65 |
| Binary | 10010110 | 10000111 | 1111001 | 0 | 1010 | 10011 | 101001 | 11101 | 1100 | 110101 |
Color Harmonies of #968779
Complementary color
Monochromatic Colors of #968779
Black with #968779
Text Example
Text Example
White with #968779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968779; }
p { color: rgb(150,135,121); }
H1.HeaderClassName
{
color: #968779;
}
.AnyTagClassName
{
color: #968779;
}
</style>
background-color css
<style>
a { background-color: #968779; }
a { background-color: rgb(150,135,121); }
div.DivClassName
{
background-color: #968779;
}
.BgClassName
{
background-color: #968779;
}
</style>
border-color css
<style>
span { border-color: #968779; }
span { border-color: rgb(150,135,121); }
td.TdClassName
{
border-color: #968779;
}
.TagClassName
{
border-color: #968779;
}
</style>