Shades of Mantle #939C92
Tints of Mantle #939C92
RGB
CMYK
RGB Variations
Color information
#939C92 (or 0x939C92) is known color: Mantle. HEX triplet: 93, 9C and 92. RGB value is (147,156,146). Sum of RGB (Red+Green+Blue) = 147+156+146=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 156 - color contains mainly: green. Hex color #939C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939C92 is #6C636D. Grayscale: #989898. Windows color (decimal): -7103342 or 9608339. OLE color: 9608339.
HSL color Cylindrical-coordinate representation of color #939C92: hue angle of 114º degrees, saturation: 0.05, 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 #939C92 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
RGB | 147 | 156 | 146 | - |
CMYK | 0.06 | 0 | 0.06 | 0.39 |
HSL | 114º | 0.05% | 0.59% | - |
HSV(B) | 114º | 0.06% | 0.61% | - |
XYZ | 29.11 | 32.06 | 31.85 | - |
YUV | 152.17 | 124.52 | 124.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 147 | 156 | 146 | 0.06 | 0 | 0.06 | 0.39 | 114 | 0.05 | 0.59 |
Hex | 93 | 9C | 92 | 6 | 0 | 6 | 27 | 72 | 5 | 3B |
Octal | 223 | 234 | 222 | 6 | 0 | 6 | 47 | 162 | 5 | 73 |
Binary | 10010011 | 10011100 | 10010010 | 110 | 0 | 110 | 100111 | 1110010 | 101 | 111011 |
Color Harmonies of #939C92
Complementary color
Monochromatic Colors of #939C92
Black with #939C92
Text Example
Text Example
White with #939C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939C92; }
p { color: rgb(147,156,146); }
H1.HeaderClassName
{
color: #939C92;
}
.AnyTagClassName
{
color: #939C92;
}
</style>
background-color css
<style>
a { background-color: #939C92; }
a { background-color: rgb(147,156,146); }
div.DivClassName
{
background-color: #939C92;
}
.BgClassName
{
background-color: #939C92;
}
</style>
border-color css
<style>
span { border-color: #939C92; }
span { border-color: rgb(147,156,146); }
td.TdClassName
{
border-color: #939C92;
}
.TagClassName
{
border-color: #939C92;
}
</style>