Shades of Mantle #969C93
Tints of Mantle #969C93
RGB
CMYK
RGB Variations
Color information
#969C93 (or 0x969C93) is known color: Mantle. HEX triplet: 96, 9C and 93. RGB value is (150,156,147). Sum of RGB (Red+Green+Blue) = 150+156+147=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 156 - color contains mainly: green. Hex color #969C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969C93 is #69636C. Grayscale: #999999. Windows color (decimal): -6906733 or 9673878. OLE color: 9673878.
HSL color Cylindrical-coordinate representation of color #969C93: hue angle of 100º 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 #969C93 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 147 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.39 |
| HSL | 100º | 0.04% | 0.59% | - |
| HSV(B) | 100º | 0.06% | 0.61% | - |
| XYZ | 29.73 | 32.37 | 32.28 | - |
| YUV | 153.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 147 | 0.04 | 0 | 0.06 | 0.39 | 100 | 0.04 | 0.59 |
| Hex | 96 | 9C | 93 | 4 | 0 | 6 | 27 | 64 | 4 | 3B |
| Octal | 226 | 234 | 223 | 4 | 0 | 6 | 47 | 144 | 4 | 73 |
| Binary | 10010110 | 10011100 | 10010011 | 100 | 0 | 110 | 100111 | 1100100 | 100 | 111011 |
Color Harmonies of #969C93
Complementary color
Monochromatic Colors of #969C93
Black with #969C93
Text Example
Text Example
White with #969C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C93; }
p { color: rgb(150,156,147); }
H1.HeaderClassName
{
color: #969C93;
}
.AnyTagClassName
{
color: #969C93;
}
</style>
background-color css
<style>
a { background-color: #969C93; }
a { background-color: rgb(150,156,147); }
div.DivClassName
{
background-color: #969C93;
}
.BgClassName
{
background-color: #969C93;
}
</style>
border-color css
<style>
span { border-color: #969C93; }
span { border-color: rgb(150,156,147); }
td.TdClassName
{
border-color: #969C93;
}
.TagClassName
{
border-color: #969C93;
}
</style>