Shades of Mantle #959A93
Tints of Mantle #959A93
RGB
CMYK
RGB Variations
Color information
#959A93 (or 0x959A93) is known color: Mantle. HEX triplet: 95, 9A and 93. RGB value is (149,154,147). Sum of RGB (Red+Green+Blue) = 149+154+147=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 154 - color contains mainly: green. Hex color #959A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A93 is #6A656C. Grayscale: #979797. Windows color (decimal): -6972781 or 9673365. OLE color: 9673365.
HSL color Cylindrical-coordinate representation of color #959A93: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #959A93 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 147 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.40 |
| HSL | 102.86º | 0.03% | 0.59% | - |
| HSV(B) | 102.86º | 0.05% | 0.6% | - |
| XYZ | 29.22 | 31.61 | 32.16 | - |
| YUV | 151.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 147 | 0.03 | 0 | 0.05 | 0.40 | 102.86 | 0.03 | 0.59 |
| Hex | 95 | 9A | 93 | 3 | 0 | 5 | 28 | 67 | 3 | 3B |
| Octal | 225 | 232 | 223 | 3 | 0 | 5 | 50 | 147 | 3 | 73 |
| Binary | 10010101 | 10011010 | 10010011 | 11 | 0 | 101 | 101000 | 1100111 | 11 | 111011 |
Color Harmonies of #959A93
Complementary color
Monochromatic Colors of #959A93
Black with #959A93
Text Example
Text Example
White with #959A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A93; }
p { color: rgb(149,154,147); }
H1.HeaderClassName
{
color: #959A93;
}
.AnyTagClassName
{
color: #959A93;
}
</style>
background-color css
<style>
a { background-color: #959A93; }
a { background-color: rgb(149,154,147); }
div.DivClassName
{
background-color: #959A93;
}
.BgClassName
{
background-color: #959A93;
}
</style>
border-color css
<style>
span { border-color: #959A93; }
span { border-color: rgb(149,154,147); }
td.TdClassName
{
border-color: #959A93;
}
.TagClassName
{
border-color: #959A93;
}
</style>