Shades of Rolling Stone #6A7975
Tints of Rolling Stone #6A7975
RGB
CMYK
RGB Variations
Color information
#6A7975 (or 0x6A7975) is known color: Rolling Stone. HEX triplet: 6A, 79 and 75. RGB value is (106,121,117). Sum of RGB (Red+Green+Blue) = 106+121+117=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7975 is #95868A. Grayscale: #747474. Windows color (decimal): -9799307 or 7698794. OLE color: 7698794.
HSL color Cylindrical-coordinate representation of color #6A7975: hue angle of 164º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A7975 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 121 | 117 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.53 |
| HSL | 164º | 0.07% | 0.45% | - |
| HSV(B) | 164º | 0.12% | 0.47% | - |
| XYZ | 15.99 | 18.02 | 19.47 | - |
| YUV | 116.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 117 | 0.12 | 0 | 0.03 | 0.53 | 164 | 0.07 | 0.45 |
| Hex | 6A | 79 | 75 | C | 0 | 3 | 35 | A4 | 7 | 2D |
| Octal | 152 | 171 | 165 | 14 | 0 | 3 | 65 | 244 | 7 | 55 |
| Binary | 1101010 | 1111001 | 1110101 | 1100 | 0 | 11 | 110101 | 10100100 | 111 | 101101 |
Color Harmonies of #6A7975
Complementary color
Monochromatic Colors of #6A7975
Black with #6A7975
Text Example
Text Example
White with #6A7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7975; }
p { color: rgb(106,121,117); }
H1.HeaderClassName
{
color: #6A7975;
}
.AnyTagClassName
{
color: #6A7975;
}
</style>
background-color css
<style>
a { background-color: #6A7975; }
a { background-color: rgb(106,121,117); }
div.DivClassName
{
background-color: #6A7975;
}
.BgClassName
{
background-color: #6A7975;
}
</style>
border-color css
<style>
span { border-color: #6A7975; }
span { border-color: rgb(106,121,117); }
td.TdClassName
{
border-color: #6A7975;
}
.TagClassName
{
border-color: #6A7975;
}
</style>