Shades of Almond Frost #968781
Tints of Almond Frost #968781
RGB
CMYK
RGB Variations
Color information
#968781 (or 0x968781) is known color: Almond Frost. HEX triplet: 96, 87 and 81. RGB value is (150,135,129). Sum of RGB (Red+Green+Blue) = 150+135+129=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #968781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968781 is #69787E. Grayscale: #8A8A8A. Windows color (decimal): -6912127 or 8488854. OLE color: 8488854.
HSL color Cylindrical-coordinate representation of color #968781: hue angle of 17.14º 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 #968781 is Cyan = 0, Magento = 0.1, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 129 | - |
| CMYK | 0 | 0.1 | 0.14 | 0.41 |
| HSL | 17.14º | 0.09% | 0.55% | - |
| HSV(B) | 17.14º | 0.14% | 0.59% | - |
| XYZ | 25.2 | 25.4 | 24.34 | - |
| YUV | 138.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 129 | 0 | 0.1 | 0.14 | 0.41 | 17.14 | 0.09 | 0.55 |
| Hex | 96 | 87 | 81 | 0 | A | E | 29 | 11 | 9 | 37 |
| Octal | 226 | 207 | 201 | 0 | 12 | 16 | 51 | 21 | 11 | 67 |
| Binary | 10010110 | 10000111 | 10000001 | 0 | 1010 | 1110 | 101001 | 10001 | 1001 | 110111 |
Color Harmonies of #968781
Complementary color
Monochromatic Colors of #968781
Black with #968781
Text Example
Text Example
White with #968781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968781; }
p { color: rgb(150,135,129); }
H1.HeaderClassName
{
color: #968781;
}
.AnyTagClassName
{
color: #968781;
}
</style>
background-color css
<style>
a { background-color: #968781; }
a { background-color: rgb(150,135,129); }
div.DivClassName
{
background-color: #968781;
}
.BgClassName
{
background-color: #968781;
}
</style>
border-color css
<style>
span { border-color: #968781; }
span { border-color: rgb(150,135,129); }
td.TdClassName
{
border-color: #968781;
}
.TagClassName
{
border-color: #968781;
}
</style>