Shades of Rolling Stone #65817A
Tints of Rolling Stone #65817A
RGB
CMYK
RGB Variations
Color information
#65817A (or 0x65817A) is known color: Rolling Stone. HEX triplet: 65, 81 and 7A. RGB value is (101,129,122). Sum of RGB (Red+Green+Blue) = 101+129+122=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 129 - color contains mainly: green. Hex color #65817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65817A is #9A7E85. Grayscale: #777777. Windows color (decimal): -10124934 or 8028517. OLE color: 8028517.
HSL color Cylindrical-coordinate representation of color #65817A: hue angle of 165º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65817A is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 122 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.49 |
| HSL | 165º | 0.12% | 0.45% | - |
| HSV(B) | 165º | 0.22% | 0.51% | - |
| XYZ | 16.73 | 19.87 | 21.37 | - |
| YUV | 119.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 122 | 0.22 | 0 | 0.05 | 0.49 | 165 | 0.12 | 0.45 |
| Hex | 65 | 81 | 7A | 16 | 0 | 5 | 31 | A5 | C | 2D |
| Octal | 145 | 201 | 172 | 26 | 0 | 5 | 61 | 245 | 14 | 55 |
| Binary | 1100101 | 10000001 | 1111010 | 10110 | 0 | 101 | 110001 | 10100101 | 1100 | 101101 |
Color Harmonies of #65817A
Complementary color
Monochromatic Colors of #65817A
Black with #65817A
Text Example
Text Example
White with #65817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65817A; }
p { color: rgb(101,129,122); }
H1.HeaderClassName
{
color: #65817A;
}
.AnyTagClassName
{
color: #65817A;
}
</style>
background-color css
<style>
a { background-color: #65817A; }
a { background-color: rgb(101,129,122); }
div.DivClassName
{
background-color: #65817A;
}
.BgClassName
{
background-color: #65817A;
}
</style>
border-color css
<style>
span { border-color: #65817A; }
span { border-color: rgb(101,129,122); }
td.TdClassName
{
border-color: #65817A;
}
.TagClassName
{
border-color: #65817A;
}
</style>