Shades of Mantle #959C93
Tints of Mantle #959C93
RGB
CMYK
RGB Variations
Color information
#959C93 (or 0x959C93) is known color: Mantle. HEX triplet: 95, 9C and 93. RGB value is (149,156,147). Sum of RGB (Red+Green+Blue) = 149+156+147=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 156 - color contains mainly: green. Hex color #959C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959C93 is #6A636C. Grayscale: #989898. Windows color (decimal): -6972269 or 9673877. OLE color: 9673877.
HSL color Cylindrical-coordinate representation of color #959C93: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #959C93 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 147 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.39 |
| HSL | 106.67º | 0.04% | 0.59% | - |
| HSV(B) | 106.67º | 0.06% | 0.61% | - |
| XYZ | 29.55 | 32.27 | 32.28 | - |
| YUV | 152.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 147 | 0.04 | 0 | 0.06 | 0.39 | 106.67 | 0.04 | 0.59 |
| Hex | 95 | 9C | 93 | 4 | 0 | 6 | 27 | 6B | 4 | 3B |
| Octal | 225 | 234 | 223 | 4 | 0 | 6 | 47 | 153 | 4 | 73 |
| Binary | 10010101 | 10011100 | 10010011 | 100 | 0 | 110 | 100111 | 1101011 | 100 | 111011 |
Color Harmonies of #959C93
Complementary color
Monochromatic Colors of #959C93
Black with #959C93
Text Example
Text Example
White with #959C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C93; }
p { color: rgb(149,156,147); }
H1.HeaderClassName
{
color: #959C93;
}
.AnyTagClassName
{
color: #959C93;
}
</style>
background-color css
<style>
a { background-color: #959C93; }
a { background-color: rgb(149,156,147); }
div.DivClassName
{
background-color: #959C93;
}
.BgClassName
{
background-color: #959C93;
}
</style>
border-color css
<style>
span { border-color: #959C93; }
span { border-color: rgb(149,156,147); }
td.TdClassName
{
border-color: #959C93;
}
.TagClassName
{
border-color: #959C93;
}
</style>