Shades of Mantle #959794
Tints of Mantle #959794
RGB
CMYK
RGB Variations
Color information
#959794 (or 0x959794) is known color: Mantle. HEX triplet: 95, 97 and 94. RGB value is (149,151,148). Sum of RGB (Red+Green+Blue) = 149+151+148=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 151 - color contains mainly: green. Hex color #959794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959794 is #6A686B. Grayscale: #969696. Windows color (decimal): -6973548 or 9738133. OLE color: 9738133.
HSL color Cylindrical-coordinate representation of color #959794: hue angle of 100º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #959794 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 151 | 148 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.41 |
| HSL | 100º | 0.01% | 0.59% | - |
| HSV(B) | 100º | 0.02% | 0.59% | - |
| XYZ | 28.81 | 30.66 | 32.42 | - |
| YUV | 150.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 148 | 0.01 | 0 | 0.02 | 0.41 | 100 | 0.01 | 0.59 |
| Hex | 95 | 97 | 94 | 1 | 0 | 2 | 29 | 64 | 1 | 3B |
| Octal | 225 | 227 | 224 | 1 | 0 | 2 | 51 | 144 | 1 | 73 |
| Binary | 10010101 | 10010111 | 10010100 | 1 | 0 | 10 | 101001 | 1100100 | 1 | 111011 |
Color Harmonies of #959794
Complementary color
Monochromatic Colors of #959794
Black with #959794
Text Example
Text Example
White with #959794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959794; }
p { color: rgb(149,151,148); }
H1.HeaderClassName
{
color: #959794;
}
.AnyTagClassName
{
color: #959794;
}
</style>
background-color css
<style>
a { background-color: #959794; }
a { background-color: rgb(149,151,148); }
div.DivClassName
{
background-color: #959794;
}
.BgClassName
{
background-color: #959794;
}
</style>
border-color css
<style>
span { border-color: #959794; }
span { border-color: rgb(149,151,148); }
td.TdClassName
{
border-color: #959794;
}
.TagClassName
{
border-color: #959794;
}
</style>