Shades of Rolling Stone #6D7572
Tints of Rolling Stone #6D7572
RGB
CMYK
RGB Variations
Color information
#6D7572 (or 0x6D7572) is known color: Rolling Stone. HEX triplet: 6D, 75 and 72. RGB value is (109,117,114). Sum of RGB (Red+Green+Blue) = 109+117+114=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7572 is #928A8D. Grayscale: #727272. Windows color (decimal): -9603726 or 7501165. OLE color: 7501165.
HSL color Cylindrical-coordinate representation of color #6D7572: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6D7572 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 114 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.54 |
| HSL | 157.5º | 0.04% | 0.44% | - |
| HSV(B) | 157.5º | 0.07% | 0.46% | - |
| XYZ | 15.71 | 17.19 | 18.41 | - |
| YUV | 114.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 114 | 0.07 | 0 | 0.03 | 0.54 | 157.5 | 0.04 | 0.44 |
| Hex | 6D | 75 | 72 | 7 | 0 | 3 | 36 | 9E | 4 | 2C |
| Octal | 155 | 165 | 162 | 7 | 0 | 3 | 66 | 236 | 4 | 54 |
| Binary | 1101101 | 1110101 | 1110010 | 111 | 0 | 11 | 110110 | 10011110 | 100 | 101100 |
Color Harmonies of #6D7572
Complementary color
Monochromatic Colors of #6D7572
Black with #6D7572
Text Example
Text Example
White with #6D7572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7572; }
p { color: rgb(109,117,114); }
H1.HeaderClassName
{
color: #6D7572;
}
.AnyTagClassName
{
color: #6D7572;
}
</style>
background-color css
<style>
a { background-color: #6D7572; }
a { background-color: rgb(109,117,114); }
div.DivClassName
{
background-color: #6D7572;
}
.BgClassName
{
background-color: #6D7572;
}
</style>
border-color css
<style>
span { border-color: #6D7572; }
span { border-color: rgb(109,117,114); }
td.TdClassName
{
border-color: #6D7572;
}
.TagClassName
{
border-color: #6D7572;
}
</style>