Shades of Rolling Stone #656E6C
Tints of Rolling Stone #656E6C
RGB
CMYK
RGB Variations
Color information
#656E6C (or 0x656E6C) is known color: Rolling Stone. HEX triplet: 65, 6E and 6C. RGB value is (101,110,108). Sum of RGB (Red+Green+Blue) = 101+110+108=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 110 - color contains mainly: green. Hex color #656E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E6C is #9A9193. Grayscale: #6B6B6B. Windows color (decimal): -10129812 or 7106149. OLE color: 7106149.
HSL color Cylindrical-coordinate representation of color #656E6C: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #656E6C is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 110 | 108 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.57 |
| HSL | 166.67º | 0.04% | 0.41% | - |
| HSV(B) | 166.67º | 0.08% | 0.43% | - |
| XYZ | 13.65 | 15 | 16.36 | - |
| YUV | 107.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 108 | 0.08 | 0 | 0.02 | 0.57 | 166.67 | 0.04 | 0.41 |
| Hex | 65 | 6E | 6C | 8 | 0 | 2 | 39 | A7 | 4 | 29 |
| Octal | 145 | 156 | 154 | 10 | 0 | 2 | 71 | 247 | 4 | 51 |
| Binary | 1100101 | 1101110 | 1101100 | 1000 | 0 | 10 | 111001 | 10100111 | 100 | 101001 |
Color Harmonies of #656E6C
Complementary color
Monochromatic Colors of #656E6C
Black with #656E6C
Text Example
Text Example
White with #656E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E6C; }
p { color: rgb(101,110,108); }
H1.HeaderClassName
{
color: #656E6C;
}
.AnyTagClassName
{
color: #656E6C;
}
</style>
background-color css
<style>
a { background-color: #656E6C; }
a { background-color: rgb(101,110,108); }
div.DivClassName
{
background-color: #656E6C;
}
.BgClassName
{
background-color: #656E6C;
}
</style>
border-color css
<style>
span { border-color: #656E6C; }
span { border-color: rgb(101,110,108); }
td.TdClassName
{
border-color: #656E6C;
}
.TagClassName
{
border-color: #656E6C;
}
</style>