Shades of Almond Frost #968B83
Tints of Almond Frost #968B83
RGB
CMYK
RGB Variations
Color information
#968B83 (or 0x968B83) is known color: Almond Frost. HEX triplet: 96, 8B and 83. RGB value is (150,139,131). Sum of RGB (Red+Green+Blue) = 150+139+131=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #968B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B83 is #69747C. Grayscale: #8D8D8D. Windows color (decimal): -6911101 or 8620950. OLE color: 8620950.
HSL color Cylindrical-coordinate representation of color #968B83: hue angle of 25.26º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968B83 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 131 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.41 |
| HSL | 25.26º | 0.08% | 0.55% | - |
| HSV(B) | 25.26º | 0.13% | 0.59% | - |
| XYZ | 25.91 | 26.59 | 25.24 | - |
| YUV | 141.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 131 | 0 | 0.07 | 0.13 | 0.41 | 25.26 | 0.08 | 0.55 |
| Hex | 96 | 8B | 83 | 0 | 7 | D | 29 | 19 | 8 | 37 |
| Octal | 226 | 213 | 203 | 0 | 7 | 15 | 51 | 31 | 10 | 67 |
| Binary | 10010110 | 10001011 | 10000011 | 0 | 111 | 1101 | 101001 | 11001 | 1000 | 110111 |
Color Harmonies of #968B83
Complementary color
Monochromatic Colors of #968B83
Black with #968B83
Text Example
Text Example
White with #968B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B83; }
p { color: rgb(150,139,131); }
H1.HeaderClassName
{
color: #968B83;
}
.AnyTagClassName
{
color: #968B83;
}
</style>
background-color css
<style>
a { background-color: #968B83; }
a { background-color: rgb(150,139,131); }
div.DivClassName
{
background-color: #968B83;
}
.BgClassName
{
background-color: #968B83;
}
</style>
border-color css
<style>
span { border-color: #968B83; }
span { border-color: rgb(150,139,131); }
td.TdClassName
{
border-color: #968B83;
}
.TagClassName
{
border-color: #968B83;
}
</style>