Shades of Mamba #6F6576
Tints of Mamba #6F6576
RGB
CMYK
RGB Variations
Color information
#6F6576 (or 0x6F6576) is known color: Mamba. HEX triplet: 6F, 65 and 76. RGB value is (111,101,118). Sum of RGB (Red+Green+Blue) = 111+101+118=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F6576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6576 is #909A89. Grayscale: #696969. Windows color (decimal): -9476746 or 7759215. OLE color: 7759215.
HSL color Cylindrical-coordinate representation of color #6F6576: hue angle of 275.29º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F6576 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 101 | 118 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.54 |
| HSL | 275.29º | 0.08% | 0.43% | - |
| HSV(B) | 275.29º | 0.14% | 0.46% | - |
| XYZ | 14.48 | 13.99 | 19.08 | - |
| YUV | 105.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 118 | 0.06 | 0.14 | 0 | 0.54 | 275.29 | 0.08 | 0.43 |
| Hex | 6F | 65 | 76 | 6 | E | 0 | 36 | 113 | 8 | 2B |
| Octal | 157 | 145 | 166 | 6 | 16 | 0 | 66 | 423 | 10 | 53 |
| Binary | 1101111 | 1100101 | 1110110 | 110 | 1110 | 0 | 110110 | 100010011 | 1000 | 101011 |
Color Harmonies of #6F6576
Complementary color
Monochromatic Colors of #6F6576
Black with #6F6576
Text Example
Text Example
White with #6F6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6576; }
p { color: rgb(111,101,118); }
H1.HeaderClassName
{
color: #6F6576;
}
.AnyTagClassName
{
color: #6F6576;
}
</style>
background-color css
<style>
a { background-color: #6F6576; }
a { background-color: rgb(111,101,118); }
div.DivClassName
{
background-color: #6F6576;
}
.BgClassName
{
background-color: #6F6576;
}
</style>
border-color css
<style>
span { border-color: #6F6576; }
span { border-color: rgb(111,101,118); }
td.TdClassName
{
border-color: #6F6576;
}
.TagClassName
{
border-color: #6F6576;
}
</style>