Shades of Rolling Stone #676D6B
Tints of Rolling Stone #676D6B
RGB
CMYK
RGB Variations
Color information
#676D6B (or 0x676D6B) is known color: Rolling Stone. HEX triplet: 67, 6D and 6B. RGB value is (103,109,107). Sum of RGB (Red+Green+Blue) = 103+109+107=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 109 - color contains mainly: green. Hex color #676D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D6B is #989294. Grayscale: #6A6A6A. Windows color (decimal): -9998997 or 7040359. OLE color: 7040359.
HSL color Cylindrical-coordinate representation of color #676D6B: hue angle of 160º 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 #676D6B is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
RGB | 103 | 109 | 107 | - |
CMYK | 0.06 | 0 | 0.02 | 0.57 |
HSL | 160º | 0.03% | 0.42% | - |
HSV(B) | 160º | 0.06% | 0.43% | - |
XYZ | 13.72 | 14.88 | 16.06 | - |
YUV | 106.98 | 128.01 | 125.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 103 | 109 | 107 | 0.06 | 0 | 0.02 | 0.57 | 160 | 0.03 | 0.42 |
Hex | 67 | 6D | 6B | 6 | 0 | 2 | 39 | A0 | 3 | 2A |
Octal | 147 | 155 | 153 | 6 | 0 | 2 | 71 | 240 | 3 | 52 |
Binary | 1100111 | 1101101 | 1101011 | 110 | 0 | 10 | 111001 | 10100000 | 11 | 101010 |
Color Harmonies of #676D6B
Complementary color
Monochromatic Colors of #676D6B
Black with #676D6B
Text Example
Text Example
White with #676D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676D6B; }
p { color: rgb(103,109,107); }
H1.HeaderClassName
{
color: #676D6B;
}
.AnyTagClassName
{
color: #676D6B;
}
</style>
background-color css
<style>
a { background-color: #676D6B; }
a { background-color: rgb(103,109,107); }
div.DivClassName
{
background-color: #676D6B;
}
.BgClassName
{
background-color: #676D6B;
}
</style>
border-color css
<style>
span { border-color: #676D6B; }
span { border-color: rgb(103,109,107); }
td.TdClassName
{
border-color: #676D6B;
}
.TagClassName
{
border-color: #676D6B;
}
</style>