Shades of Mantle #949892
Tints of Mantle #949892
RGB
CMYK
RGB Variations
Color information
#949892 (or 0x949892) is known color: Mantle. HEX triplet: 94, 98 and 92. RGB value is (148,152,146). Sum of RGB (Red+Green+Blue) = 148+152+146=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 152 - color contains mainly: green. Hex color #949892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949892 is #6B676D. Grayscale: #969696. Windows color (decimal): -7038830 or 9607316. OLE color: 9607316.
HSL color Cylindrical-coordinate representation of color #949892: hue angle of 100º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #949892 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 146 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.40 |
| HSL | 100º | 0.03% | 0.58% | - |
| HSV(B) | 100º | 0.04% | 0.6% | - |
| XYZ | 28.63 | 30.83 | 31.64 | - |
| YUV | 150.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 146 | 0.03 | 0 | 0.04 | 0.40 | 100 | 0.03 | 0.58 |
| Hex | 94 | 98 | 92 | 3 | 0 | 4 | 28 | 64 | 3 | 3A |
| Octal | 224 | 230 | 222 | 3 | 0 | 4 | 50 | 144 | 3 | 72 |
| Binary | 10010100 | 10011000 | 10010010 | 11 | 0 | 100 | 101000 | 1100100 | 11 | 111010 |
Color Harmonies of #949892
Complementary color
Monochromatic Colors of #949892
Black with #949892
Text Example
Text Example
White with #949892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949892; }
p { color: rgb(148,152,146); }
H1.HeaderClassName
{
color: #949892;
}
.AnyTagClassName
{
color: #949892;
}
</style>
background-color css
<style>
a { background-color: #949892; }
a { background-color: rgb(148,152,146); }
div.DivClassName
{
background-color: #949892;
}
.BgClassName
{
background-color: #949892;
}
</style>
border-color css
<style>
span { border-color: #949892; }
span { border-color: rgb(148,152,146); }
td.TdClassName
{
border-color: #949892;
}
.TagClassName
{
border-color: #949892;
}
</style>