Shades of Rolling Stone #69716F
Tints of Rolling Stone #69716F
RGB
CMYK
RGB Variations
Color information
#69716F (or 0x69716F) is known color: Rolling Stone. HEX triplet: 69, 71 and 6F. RGB value is (105,113,111). Sum of RGB (Red+Green+Blue) = 105+113+111=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 113 - color contains mainly: green. Hex color #69716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69716F is #968E90. Grayscale: #6E6E6E. Windows color (decimal): -9866897 or 7303529. OLE color: 7303529.
HSL color Cylindrical-coordinate representation of color #69716F: hue angle of 165º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #69716F is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 113 | 111 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.56 |
| HSL | 165º | 0.04% | 0.43% | - |
| HSV(B) | 165º | 0.07% | 0.44% | - |
| XYZ | 14.6 | 15.96 | 17.35 | - |
| YUV | 110.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 111 | 0.07 | 0 | 0.02 | 0.56 | 165 | 0.04 | 0.43 |
| Hex | 69 | 71 | 6F | 7 | 0 | 2 | 38 | A5 | 4 | 2B |
| Octal | 151 | 161 | 157 | 7 | 0 | 2 | 70 | 245 | 4 | 53 |
| Binary | 1101001 | 1110001 | 1101111 | 111 | 0 | 10 | 111000 | 10100101 | 100 | 101011 |
Color Harmonies of #69716F
Complementary color
Monochromatic Colors of #69716F
Black with #69716F
Text Example
Text Example
White with #69716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69716F; }
p { color: rgb(105,113,111); }
H1.HeaderClassName
{
color: #69716F;
}
.AnyTagClassName
{
color: #69716F;
}
</style>
background-color css
<style>
a { background-color: #69716F; }
a { background-color: rgb(105,113,111); }
div.DivClassName
{
background-color: #69716F;
}
.BgClassName
{
background-color: #69716F;
}
</style>
border-color css
<style>
span { border-color: #69716F; }
span { border-color: rgb(105,113,111); }
td.TdClassName
{
border-color: #69716F;
}
.TagClassName
{
border-color: #69716F;
}
</style>