Shades of Rolling Stone #6B7975
Tints of Rolling Stone #6B7975
RGB
CMYK
RGB Variations
Color information
#6B7975 (or 0x6B7975) is known color: Rolling Stone. HEX triplet: 6B, 79 and 75. RGB value is (107,121,117). Sum of RGB (Red+Green+Blue) = 107+121+117=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 121 - color contains mainly: green. Hex color #6B7975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7975 is #94868A. Grayscale: #747474. Windows color (decimal): -9733771 or 7698795. OLE color: 7698795.
HSL color Cylindrical-coordinate representation of color #6B7975: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B7975 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 121 | 117 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.53 |
| HSL | 162.86º | 0.06% | 0.45% | - |
| HSV(B) | 162.86º | 0.12% | 0.47% | - |
| XYZ | 16.11 | 18.08 | 19.47 | - |
| YUV | 116.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 121 | 117 | 0.12 | 0 | 0.03 | 0.53 | 162.86 | 0.06 | 0.45 |
| Hex | 6B | 79 | 75 | C | 0 | 3 | 35 | A3 | 6 | 2D |
| Octal | 153 | 171 | 165 | 14 | 0 | 3 | 65 | 243 | 6 | 55 |
| Binary | 1101011 | 1111001 | 1110101 | 1100 | 0 | 11 | 110101 | 10100011 | 110 | 101101 |
Color Harmonies of #6B7975
Complementary color
Monochromatic Colors of #6B7975
Black with #6B7975
Text Example
Text Example
White with #6B7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7975; }
p { color: rgb(107,121,117); }
H1.HeaderClassName
{
color: #6B7975;
}
.AnyTagClassName
{
color: #6B7975;
}
</style>
background-color css
<style>
a { background-color: #6B7975; }
a { background-color: rgb(107,121,117); }
div.DivClassName
{
background-color: #6B7975;
}
.BgClassName
{
background-color: #6B7975;
}
</style>
border-color css
<style>
span { border-color: #6B7975; }
span { border-color: rgb(107,121,117); }
td.TdClassName
{
border-color: #6B7975;
}
.TagClassName
{
border-color: #6B7975;
}
</style>