Shades of Rolling Stone #65837F
Tints of Rolling Stone #65837F
RGB
CMYK
RGB Variations
Color information
#65837F (or 0x65837F) is known color: Rolling Stone. HEX triplet: 65, 83 and 7F. RGB value is (101,131,127). Sum of RGB (Red+Green+Blue) = 101+131+127=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 131 - color contains mainly: green. Hex color #65837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65837F is #9A7C80. Grayscale: #797979. Windows color (decimal): -10124417 or 8356709. OLE color: 8356709.
HSL color Cylindrical-coordinate representation of color #65837F: hue angle of 172º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65837F is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 127 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.49 |
| HSL | 172º | 0.13% | 0.45% | - |
| HSV(B) | 172º | 0.23% | 0.51% | - |
| XYZ | 17.31 | 20.53 | 23.13 | - |
| YUV | 121.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 127 | 0.23 | 0 | 0.03 | 0.49 | 172 | 0.13 | 0.45 |
| Hex | 65 | 83 | 7F | 17 | 0 | 3 | 31 | AC | D | 2D |
| Octal | 145 | 203 | 177 | 27 | 0 | 3 | 61 | 254 | 15 | 55 |
| Binary | 1100101 | 10000011 | 1111111 | 10111 | 0 | 11 | 110001 | 10101100 | 1101 | 101101 |
Color Harmonies of #65837F
Complementary color
Monochromatic Colors of #65837F
Black with #65837F
Text Example
Text Example
White with #65837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65837F; }
p { color: rgb(101,131,127); }
H1.HeaderClassName
{
color: #65837F;
}
.AnyTagClassName
{
color: #65837F;
}
</style>
background-color css
<style>
a { background-color: #65837F; }
a { background-color: rgb(101,131,127); }
div.DivClassName
{
background-color: #65837F;
}
.BgClassName
{
background-color: #65837F;
}
</style>
border-color css
<style>
span { border-color: #65837F; }
span { border-color: rgb(101,131,127); }
td.TdClassName
{
border-color: #65837F;
}
.TagClassName
{
border-color: #65837F;
}
</style>