Shades of Almond Frost #958B84
Tints of Almond Frost #958B84
RGB
CMYK
RGB Variations
Color information
#958B84 (or 0x958B84) is known color: Almond Frost. HEX triplet: 95, 8B and 84. RGB value is (149,139,132). Sum of RGB (Red+Green+Blue) = 149+139+132=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #958B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B84 is #6A747B. Grayscale: #8D8D8D. Windows color (decimal): -6976636 or 8686485. OLE color: 8686485.
HSL color Cylindrical-coordinate representation of color #958B84: hue angle of 24.71º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958B84 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 132 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.42 |
| HSL | 24.71º | 0.07% | 0.55% | - |
| HSV(B) | 24.71º | 0.11% | 0.58% | - |
| XYZ | 25.79 | 26.52 | 25.59 | - |
| YUV | 141.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 132 | 0 | 0.07 | 0.11 | 0.42 | 24.71 | 0.07 | 0.55 |
| Hex | 95 | 8B | 84 | 0 | 7 | B | 2A | 19 | 7 | 37 |
| Octal | 225 | 213 | 204 | 0 | 7 | 13 | 52 | 31 | 7 | 67 |
| Binary | 10010101 | 10001011 | 10000100 | 0 | 111 | 1011 | 101010 | 11001 | 111 | 110111 |
Color Harmonies of #958B84
Complementary color
Monochromatic Colors of #958B84
Black with #958B84
Text Example
Text Example
White with #958B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B84; }
p { color: rgb(149,139,132); }
H1.HeaderClassName
{
color: #958B84;
}
.AnyTagClassName
{
color: #958B84;
}
</style>
background-color css
<style>
a { background-color: #958B84; }
a { background-color: rgb(149,139,132); }
div.DivClassName
{
background-color: #958B84;
}
.BgClassName
{
background-color: #958B84;
}
</style>
border-color css
<style>
span { border-color: #958B84; }
span { border-color: rgb(149,139,132); }
td.TdClassName
{
border-color: #958B84;
}
.TagClassName
{
border-color: #958B84;
}
</style>