Shades of Rolling Stone #6B7371
Tints of Rolling Stone #6B7371
RGB
CMYK
RGB Variations
Color information
#6B7371 (or 0x6B7371) is known color: Rolling Stone. HEX triplet: 6B, 73 and 71. RGB value is (107,115,113). Sum of RGB (Red+Green+Blue) = 107+115+113=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7371 is #948C8E. Grayscale: #707070. Windows color (decimal): -9735311 or 7435115. OLE color: 7435115.
HSL color Cylindrical-coordinate representation of color #6B7371: hue angle of 165º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B7371 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 113 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.55 |
| HSL | 165º | 0.04% | 0.44% | - |
| HSV(B) | 165º | 0.07% | 0.45% | - |
| XYZ | 15.17 | 16.58 | 18.02 | - |
| YUV | 112.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 113 | 0.07 | 0 | 0.02 | 0.55 | 165 | 0.04 | 0.44 |
| Hex | 6B | 73 | 71 | 7 | 0 | 2 | 37 | A5 | 4 | 2C |
| Octal | 153 | 163 | 161 | 7 | 0 | 2 | 67 | 245 | 4 | 54 |
| Binary | 1101011 | 1110011 | 1110001 | 111 | 0 | 10 | 110111 | 10100101 | 100 | 101100 |
Color Harmonies of #6B7371
Complementary color
Monochromatic Colors of #6B7371
Black with #6B7371
Text Example
Text Example
White with #6B7371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7371; }
p { color: rgb(107,115,113); }
H1.HeaderClassName
{
color: #6B7371;
}
.AnyTagClassName
{
color: #6B7371;
}
</style>
background-color css
<style>
a { background-color: #6B7371; }
a { background-color: rgb(107,115,113); }
div.DivClassName
{
background-color: #6B7371;
}
.BgClassName
{
background-color: #6B7371;
}
</style>
border-color css
<style>
span { border-color: #6B7371; }
span { border-color: rgb(107,115,113); }
td.TdClassName
{
border-color: #6B7371;
}
.TagClassName
{
border-color: #6B7371;
}
</style>