Shades of Rolling Stone #666F6C
Tints of Rolling Stone #666F6C
RGB
CMYK
RGB Variations
Color information
#666F6C (or 0x666F6C) is known color: Rolling Stone. HEX triplet: 66, 6F and 6C. RGB value is (102,111,108). Sum of RGB (Red+Green+Blue) = 102+111+108=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 111 - color contains mainly: green. Hex color #666F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F6C is #999093. Grayscale: #6B6B6B. Windows color (decimal): -10064020 or 7106406. OLE color: 7106406.
HSL color Cylindrical-coordinate representation of color #666F6C: hue angle of 160º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #666F6C is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 108 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.56 |
| HSL | 160º | 0.04% | 0.42% | - |
| HSV(B) | 160º | 0.08% | 0.44% | - |
| XYZ | 13.87 | 15.28 | 16.4 | - |
| YUV | 107.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 108 | 0.08 | 0 | 0.03 | 0.56 | 160 | 0.04 | 0.42 |
| Hex | 66 | 6F | 6C | 8 | 0 | 3 | 38 | A0 | 4 | 2A |
| Octal | 146 | 157 | 154 | 10 | 0 | 3 | 70 | 240 | 4 | 52 |
| Binary | 1100110 | 1101111 | 1101100 | 1000 | 0 | 11 | 111000 | 10100000 | 100 | 101010 |
Color Harmonies of #666F6C
Complementary color
Monochromatic Colors of #666F6C
Black with #666F6C
Text Example
Text Example
White with #666F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F6C; }
p { color: rgb(102,111,108); }
H1.HeaderClassName
{
color: #666F6C;
}
.AnyTagClassName
{
color: #666F6C;
}
</style>
background-color css
<style>
a { background-color: #666F6C; }
a { background-color: rgb(102,111,108); }
div.DivClassName
{
background-color: #666F6C;
}
.BgClassName
{
background-color: #666F6C;
}
</style>
border-color css
<style>
span { border-color: #666F6C; }
span { border-color: rgb(102,111,108); }
td.TdClassName
{
border-color: #666F6C;
}
.TagClassName
{
border-color: #666F6C;
}
</style>