Shades of Rolling Stone #6D7574
Tints of Rolling Stone #6D7574
RGB
CMYK
RGB Variations
Color information
#6D7574 (or 0x6D7574) is known color: Rolling Stone. HEX triplet: 6D, 75 and 74. RGB value is (109,117,116). Sum of RGB (Red+Green+Blue) = 109+117+116=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7574 is #928A8B. Grayscale: #727272. Windows color (decimal): -9603724 or 7632237. OLE color: 7632237.
HSL color Cylindrical-coordinate representation of color #6D7574: hue angle of 172.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 #6D7574 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 116 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.54 |
| HSL | 172.5º | 0.04% | 0.44% | - |
| HSV(B) | 172.5º | 0.07% | 0.46% | - |
| XYZ | 15.82 | 17.23 | 19.02 | - |
| YUV | 114.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 116 | 0.07 | 0 | 0.01 | 0.54 | 172.5 | 0.04 | 0.44 |
| Hex | 6D | 75 | 74 | 7 | 0 | 1 | 36 | AC | 4 | 2C |
| Octal | 155 | 165 | 164 | 7 | 0 | 1 | 66 | 254 | 4 | 54 |
| Binary | 1101101 | 1110101 | 1110100 | 111 | 0 | 1 | 110110 | 10101100 | 100 | 101100 |
Color Harmonies of #6D7574
Complementary color
Monochromatic Colors of #6D7574
Black with #6D7574
Text Example
Text Example
White with #6D7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7574; }
p { color: rgb(109,117,116); }
H1.HeaderClassName
{
color: #6D7574;
}
.AnyTagClassName
{
color: #6D7574;
}
</style>
background-color css
<style>
a { background-color: #6D7574; }
a { background-color: rgb(109,117,116); }
div.DivClassName
{
background-color: #6D7574;
}
.BgClassName
{
background-color: #6D7574;
}
</style>
border-color css
<style>
span { border-color: #6D7574; }
span { border-color: rgb(109,117,116); }
td.TdClassName
{
border-color: #6D7574;
}
.TagClassName
{
border-color: #6D7574;
}
</style>