Shades of Rolling Stone #61736F
Tints of Rolling Stone #61736F
RGB
CMYK
RGB Variations
Color information
#61736F (or 0x61736F) is known color: Rolling Stone. HEX triplet: 61, 73 and 6F. RGB value is (97,115,111). Sum of RGB (Red+Green+Blue) = 97+115+111=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 115 - color contains mainly: green. Hex color #61736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61736F is #9E8C90. Grayscale: #6D6D6D. Windows color (decimal): -10390673 or 7304033. OLE color: 7304033.
HSL color Cylindrical-coordinate representation of color #61736F: hue angle of 166.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #61736F is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 115 | 111 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.55 |
| HSL | 166.67º | 0.08% | 0.42% | - |
| HSV(B) | 166.67º | 0.16% | 0.45% | - |
| XYZ | 13.93 | 15.95 | 17.38 | - |
| YUV | 109.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 111 | 0.16 | 0 | 0.03 | 0.55 | 166.67 | 0.08 | 0.42 |
| Hex | 61 | 73 | 6F | 10 | 0 | 3 | 37 | A7 | 8 | 2A |
| Octal | 141 | 163 | 157 | 20 | 0 | 3 | 67 | 247 | 10 | 52 |
| Binary | 1100001 | 1110011 | 1101111 | 10000 | 0 | 11 | 110111 | 10100111 | 1000 | 101010 |
Color Harmonies of #61736F
Complementary color
Monochromatic Colors of #61736F
Black with #61736F
Text Example
Text Example
White with #61736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61736F; }
p { color: rgb(97,115,111); }
H1.HeaderClassName
{
color: #61736F;
}
.AnyTagClassName
{
color: #61736F;
}
</style>
background-color css
<style>
a { background-color: #61736F; }
a { background-color: rgb(97,115,111); }
div.DivClassName
{
background-color: #61736F;
}
.BgClassName
{
background-color: #61736F;
}
</style>
border-color css
<style>
span { border-color: #61736F; }
span { border-color: rgb(97,115,111); }
td.TdClassName
{
border-color: #61736F;
}
.TagClassName
{
border-color: #61736F;
}
</style>