Shades of Rolling Stone #666D6B
Tints of Rolling Stone #666D6B
RGB
CMYK
RGB Variations
Color information
#666D6B (or 0x666D6B) is known color: Rolling Stone. HEX triplet: 66, 6D and 6B. RGB value is (102,109,107). Sum of RGB (Red+Green+Blue) = 102+109+107=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 109 - color contains mainly: green. Hex color #666D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D6B is #999294. Grayscale: #6A6A6A. Windows color (decimal): -10064533 or 7040358. OLE color: 7040358.
HSL color Cylindrical-coordinate representation of color #666D6B: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666D6B is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 107 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.57 |
| HSL | 162.86º | 0.03% | 0.41% | - |
| HSV(B) | 162.86º | 0.06% | 0.43% | - |
| XYZ | 13.6 | 14.82 | 16.05 | - |
| YUV | 106.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 107 | 0.06 | 0 | 0.02 | 0.57 | 162.86 | 0.03 | 0.41 |
| Hex | 66 | 6D | 6B | 6 | 0 | 2 | 39 | A3 | 3 | 29 |
| Octal | 146 | 155 | 153 | 6 | 0 | 2 | 71 | 243 | 3 | 51 |
| Binary | 1100110 | 1101101 | 1101011 | 110 | 0 | 10 | 111001 | 10100011 | 11 | 101001 |
Color Harmonies of #666D6B
Complementary color
Monochromatic Colors of #666D6B
Black with #666D6B
Text Example
Text Example
White with #666D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D6B; }
p { color: rgb(102,109,107); }
H1.HeaderClassName
{
color: #666D6B;
}
.AnyTagClassName
{
color: #666D6B;
}
</style>
background-color css
<style>
a { background-color: #666D6B; }
a { background-color: rgb(102,109,107); }
div.DivClassName
{
background-color: #666D6B;
}
.BgClassName
{
background-color: #666D6B;
}
</style>
border-color css
<style>
span { border-color: #666D6B; }
span { border-color: rgb(102,109,107); }
td.TdClassName
{
border-color: #666D6B;
}
.TagClassName
{
border-color: #666D6B;
}
</style>