Shades of Almond Frost #968B81
Tints of Almond Frost #968B81
RGB
CMYK
RGB Variations
Color information
#968B81 (or 0x968B81) is known color: Almond Frost. HEX triplet: 96, 8B and 81. RGB value is (150,139,129). Sum of RGB (Red+Green+Blue) = 150+139+129=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #968B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B81 is #69747E. Grayscale: #8D8D8D. Windows color (decimal): -6911103 or 8489878. OLE color: 8489878.
HSL color Cylindrical-coordinate representation of color #968B81: hue angle of 28.57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #968B81 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 129 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.41 |
| HSL | 28.57º | 0.09% | 0.55% | - |
| HSV(B) | 28.57º | 0.14% | 0.59% | - |
| XYZ | 25.77 | 26.53 | 24.53 | - |
| YUV | 141.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 129 | 0 | 0.07 | 0.14 | 0.41 | 28.57 | 0.09 | 0.55 |
| Hex | 96 | 8B | 81 | 0 | 7 | E | 29 | 1D | 9 | 37 |
| Octal | 226 | 213 | 201 | 0 | 7 | 16 | 51 | 35 | 11 | 67 |
| Binary | 10010110 | 10001011 | 10000001 | 0 | 111 | 1110 | 101001 | 11101 | 1001 | 110111 |
Color Harmonies of #968B81
Complementary color
Monochromatic Colors of #968B81
Black with #968B81
Text Example
Text Example
White with #968B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B81; }
p { color: rgb(150,139,129); }
H1.HeaderClassName
{
color: #968B81;
}
.AnyTagClassName
{
color: #968B81;
}
</style>
background-color css
<style>
a { background-color: #968B81; }
a { background-color: rgb(150,139,129); }
div.DivClassName
{
background-color: #968B81;
}
.BgClassName
{
background-color: #968B81;
}
</style>
border-color css
<style>
span { border-color: #968B81; }
span { border-color: rgb(150,139,129); }
td.TdClassName
{
border-color: #968B81;
}
.TagClassName
{
border-color: #968B81;
}
</style>