Shades of Rolling Stone #6D817A
Tints of Rolling Stone #6D817A
RGB
CMYK
RGB Variations
Color information
#6D817A (or 0x6D817A) is known color: Rolling Stone. HEX triplet: 6D, 81 and 7A. RGB value is (109,129,122). Sum of RGB (Red+Green+Blue) = 109+129+122=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 129 - color contains mainly: green. Hex color #6D817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D817A is #927E85. Grayscale: #7A7A7A. Windows color (decimal): -9600646 or 8028525. OLE color: 8028525.
HSL color Cylindrical-coordinate representation of color #6D817A: hue angle of 159º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D817A is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 129 | 122 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.49 |
| HSL | 159º | 0.08% | 0.47% | - |
| HSV(B) | 159º | 0.16% | 0.51% | - |
| XYZ | 17.67 | 20.36 | 21.41 | - |
| YUV | 122.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 122 | 0.16 | 0 | 0.05 | 0.49 | 159 | 0.08 | 0.47 |
| Hex | 6D | 81 | 7A | 10 | 0 | 5 | 31 | 9F | 8 | 2F |
| Octal | 155 | 201 | 172 | 20 | 0 | 5 | 61 | 237 | 10 | 57 |
| Binary | 1101101 | 10000001 | 1111010 | 10000 | 0 | 101 | 110001 | 10011111 | 1000 | 101111 |
Color Harmonies of #6D817A
Complementary color
Monochromatic Colors of #6D817A
Black with #6D817A
Text Example
Text Example
White with #6D817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D817A; }
p { color: rgb(109,129,122); }
H1.HeaderClassName
{
color: #6D817A;
}
.AnyTagClassName
{
color: #6D817A;
}
</style>
background-color css
<style>
a { background-color: #6D817A; }
a { background-color: rgb(109,129,122); }
div.DivClassName
{
background-color: #6D817A;
}
.BgClassName
{
background-color: #6D817A;
}
</style>
border-color css
<style>
span { border-color: #6D817A; }
span { border-color: rgb(109,129,122); }
td.TdClassName
{
border-color: #6D817A;
}
.TagClassName
{
border-color: #6D817A;
}
</style>