Shades of Rolling Stone #6D7271
Tints of Rolling Stone #6D7271
RGB
CMYK
RGB Variations
Color information
#6D7271 (or 0x6D7271) is known color: Rolling Stone. HEX triplet: 6D, 72 and 71. RGB value is (109,114,113). Sum of RGB (Red+Green+Blue) = 109+114+113=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7271 is #928D8E. Grayscale: #707070. Windows color (decimal): -9604495 or 7434861. OLE color: 7434861.
HSL color Cylindrical-coordinate representation of color #6D7271: hue angle of 168º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6D7271 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 113 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.55 |
| HSL | 168º | 0.02% | 0.44% | - |
| HSV(B) | 168º | 0.04% | 0.45% | - |
| XYZ | 15.3 | 16.48 | 18 | - |
| YUV | 112.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 113 | 0.04 | 0 | 0.01 | 0.55 | 168 | 0.02 | 0.44 |
| Hex | 6D | 72 | 71 | 4 | 0 | 1 | 37 | A8 | 2 | 2C |
| Octal | 155 | 162 | 161 | 4 | 0 | 1 | 67 | 250 | 2 | 54 |
| Binary | 1101101 | 1110010 | 1110001 | 100 | 0 | 1 | 110111 | 10101000 | 10 | 101100 |
Color Harmonies of #6D7271
Complementary color
Monochromatic Colors of #6D7271
Black with #6D7271
Text Example
Text Example
White with #6D7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7271; }
p { color: rgb(109,114,113); }
H1.HeaderClassName
{
color: #6D7271;
}
.AnyTagClassName
{
color: #6D7271;
}
</style>
background-color css
<style>
a { background-color: #6D7271; }
a { background-color: rgb(109,114,113); }
div.DivClassName
{
background-color: #6D7271;
}
.BgClassName
{
background-color: #6D7271;
}
</style>
border-color css
<style>
span { border-color: #6D7271; }
span { border-color: rgb(109,114,113); }
td.TdClassName
{
border-color: #6D7271;
}
.TagClassName
{
border-color: #6D7271;
}
</style>