Shades of Almond Frost #968575
Tints of Almond Frost #968575
RGB
CMYK
RGB Variations
Color information
#968575 (or 0x968575) is known color: Almond Frost. HEX triplet: 96, 85 and 75. RGB value is (150,133,117). Sum of RGB (Red+Green+Blue) = 150+133+117=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #968575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968575 is #697A8A. Grayscale: #888888. Windows color (decimal): -6912651 or 7701910. OLE color: 7701910.
HSL color Cylindrical-coordinate representation of color #968575: hue angle of 29.09º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #968575 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 117 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.41 |
| HSL | 29.09º | 0.14% | 0.52% | - |
| HSV(B) | 29.09º | 0.22% | 0.59% | - |
| XYZ | 24.18 | 24.54 | 20.29 | - |
| YUV | 136.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 117 | 0 | 0.11 | 0.22 | 0.41 | 29.09 | 0.14 | 0.52 |
| Hex | 96 | 85 | 75 | 0 | B | 16 | 29 | 1D | E | 34 |
| Octal | 226 | 205 | 165 | 0 | 13 | 26 | 51 | 35 | 16 | 64 |
| Binary | 10010110 | 10000101 | 1110101 | 0 | 1011 | 10110 | 101001 | 11101 | 1110 | 110100 |
Color Harmonies of #968575
Complementary color
Monochromatic Colors of #968575
Black with #968575
Text Example
Text Example
White with #968575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968575; }
p { color: rgb(150,133,117); }
H1.HeaderClassName
{
color: #968575;
}
.AnyTagClassName
{
color: #968575;
}
</style>
background-color css
<style>
a { background-color: #968575; }
a { background-color: rgb(150,133,117); }
div.DivClassName
{
background-color: #968575;
}
.BgClassName
{
background-color: #968575;
}
</style>
border-color css
<style>
span { border-color: #968575; }
span { border-color: rgb(150,133,117); }
td.TdClassName
{
border-color: #968575;
}
.TagClassName
{
border-color: #968575;
}
</style>