Shades of Rolling Stone #6A716F
Tints of Rolling Stone #6A716F
RGB
CMYK
RGB Variations
Color information
#6A716F (or 0x6A716F) is known color: Rolling Stone. HEX triplet: 6A, 71 and 6F. RGB value is (106,113,111). Sum of RGB (Red+Green+Blue) = 106+113+111=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 113 - color contains mainly: green. Hex color #6A716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A716F is #958E90. Grayscale: #6E6E6E. Windows color (decimal): -9801361 or 7303530. OLE color: 7303530.
HSL color Cylindrical-coordinate representation of color #6A716F: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6A716F is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 111 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.56 |
| HSL | 162.86º | 0.03% | 0.43% | - |
| HSV(B) | 162.86º | 0.06% | 0.44% | - |
| XYZ | 14.72 | 16.02 | 17.36 | - |
| YUV | 110.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 111 | 0.06 | 0 | 0.02 | 0.56 | 162.86 | 0.03 | 0.43 |
| Hex | 6A | 71 | 6F | 6 | 0 | 2 | 38 | A3 | 3 | 2B |
| Octal | 152 | 161 | 157 | 6 | 0 | 2 | 70 | 243 | 3 | 53 |
| Binary | 1101010 | 1110001 | 1101111 | 110 | 0 | 10 | 111000 | 10100011 | 11 | 101011 |
Color Harmonies of #6A716F
Complementary color
Monochromatic Colors of #6A716F
Black with #6A716F
Text Example
Text Example
White with #6A716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A716F; }
p { color: rgb(106,113,111); }
H1.HeaderClassName
{
color: #6A716F;
}
.AnyTagClassName
{
color: #6A716F;
}
</style>
background-color css
<style>
a { background-color: #6A716F; }
a { background-color: rgb(106,113,111); }
div.DivClassName
{
background-color: #6A716F;
}
.BgClassName
{
background-color: #6A716F;
}
</style>
border-color css
<style>
span { border-color: #6A716F; }
span { border-color: rgb(106,113,111); }
td.TdClassName
{
border-color: #6A716F;
}
.TagClassName
{
border-color: #6A716F;
}
</style>