Shades of Rolling Stone #676E6C
Tints of Rolling Stone #676E6C
RGB
CMYK
RGB Variations
Color information
#676E6C (or 0x676E6C) is known color: Rolling Stone. HEX triplet: 67, 6E and 6C. RGB value is (103,110,108). Sum of RGB (Red+Green+Blue) = 103+110+108=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 110 - color contains mainly: green. Hex color #676E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E6C is #989193. Grayscale: #6B6B6B. Windows color (decimal): -9998740 or 7106151. OLE color: 7106151.
HSL color Cylindrical-coordinate representation of color #676E6C: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676E6C is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 110 | 108 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.57 |
| HSL | 162.86º | 0.03% | 0.42% | - |
| HSV(B) | 162.86º | 0.06% | 0.43% | - |
| XYZ | 13.88 | 15.12 | 16.37 | - |
| YUV | 107.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 108 | 0.06 | 0 | 0.02 | 0.57 | 162.86 | 0.03 | 0.42 |
| Hex | 67 | 6E | 6C | 6 | 0 | 2 | 39 | A3 | 3 | 2A |
| Octal | 147 | 156 | 154 | 6 | 0 | 2 | 71 | 243 | 3 | 52 |
| Binary | 1100111 | 1101110 | 1101100 | 110 | 0 | 10 | 111001 | 10100011 | 11 | 101010 |
Color Harmonies of #676E6C
Complementary color
Monochromatic Colors of #676E6C
Black with #676E6C
Text Example
Text Example
White with #676E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E6C; }
p { color: rgb(103,110,108); }
H1.HeaderClassName
{
color: #676E6C;
}
.AnyTagClassName
{
color: #676E6C;
}
</style>
background-color css
<style>
a { background-color: #676E6C; }
a { background-color: rgb(103,110,108); }
div.DivClassName
{
background-color: #676E6C;
}
.BgClassName
{
background-color: #676E6C;
}
</style>
border-color css
<style>
span { border-color: #676E6C; }
span { border-color: rgb(103,110,108); }
td.TdClassName
{
border-color: #676E6C;
}
.TagClassName
{
border-color: #676E6C;
}
</style>