Shades of Rolling Stone #66817A
Tints of Rolling Stone #66817A
RGB
CMYK
RGB Variations
Color information
#66817A (or 0x66817A) is known color: Rolling Stone. HEX triplet: 66, 81 and 7A. RGB value is (102,129,122). Sum of RGB (Red+Green+Blue) = 102+129+122=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #66817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66817A is #997E85. Grayscale: #787878. Windows color (decimal): -10059398 or 8028518. OLE color: 8028518.
HSL color Cylindrical-coordinate representation of color #66817A: hue angle of 164.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66817A is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 122 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.49 |
| HSL | 164.44º | 0.12% | 0.45% | - |
| HSV(B) | 164.44º | 0.21% | 0.51% | - |
| XYZ | 16.84 | 19.93 | 21.37 | - |
| YUV | 120.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 122 | 0.21 | 0 | 0.05 | 0.49 | 164.44 | 0.12 | 0.45 |
| Hex | 66 | 81 | 7A | 15 | 0 | 5 | 31 | A4 | C | 2D |
| Octal | 146 | 201 | 172 | 25 | 0 | 5 | 61 | 244 | 14 | 55 |
| Binary | 1100110 | 10000001 | 1111010 | 10101 | 0 | 101 | 110001 | 10100100 | 1100 | 101101 |
Color Harmonies of #66817A
Complementary color
Monochromatic Colors of #66817A
Black with #66817A
Text Example
Text Example
White with #66817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66817A; }
p { color: rgb(102,129,122); }
H1.HeaderClassName
{
color: #66817A;
}
.AnyTagClassName
{
color: #66817A;
}
</style>
background-color css
<style>
a { background-color: #66817A; }
a { background-color: rgb(102,129,122); }
div.DivClassName
{
background-color: #66817A;
}
.BgClassName
{
background-color: #66817A;
}
</style>
border-color css
<style>
span { border-color: #66817A; }
span { border-color: rgb(102,129,122); }
td.TdClassName
{
border-color: #66817A;
}
.TagClassName
{
border-color: #66817A;
}
</style>