Shades of Rolling Stone #69847E
Tints of Rolling Stone #69847E
RGB
CMYK
RGB Variations
Color information
#69847E (or 0x69847E) is known color: Rolling Stone. HEX triplet: 69, 84 and 7E. RGB value is (105,132,126). Sum of RGB (Red+Green+Blue) = 105+132+126=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #69847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69847E is #967B81. Grayscale: #7B7B7B. Windows color (decimal): -9862018 or 8291433. OLE color: 8291433.
HSL color Cylindrical-coordinate representation of color #69847E: hue angle of 166.67º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69847E is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 132 | 126 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.48 |
| HSL | 166.67º | 0.11% | 0.46% | - |
| HSV(B) | 166.67º | 0.2% | 0.52% | - |
| XYZ | 17.84 | 21.01 | 22.85 | - |
| YUV | 123.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 132 | 126 | 0.20 | 0 | 0.05 | 0.48 | 166.67 | 0.11 | 0.46 |
| Hex | 69 | 84 | 7E | 14 | 0 | 5 | 30 | A7 | B | 2E |
| Octal | 151 | 204 | 176 | 24 | 0 | 5 | 60 | 247 | 13 | 56 |
| Binary | 1101001 | 10000100 | 1111110 | 10100 | 0 | 101 | 110000 | 10100111 | 1011 | 101110 |
Color Harmonies of #69847E
Complementary color
Monochromatic Colors of #69847E
Black with #69847E
Text Example
Text Example
White with #69847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69847E; }
p { color: rgb(105,132,126); }
H1.HeaderClassName
{
color: #69847E;
}
.AnyTagClassName
{
color: #69847E;
}
</style>
background-color css
<style>
a { background-color: #69847E; }
a { background-color: rgb(105,132,126); }
div.DivClassName
{
background-color: #69847E;
}
.BgClassName
{
background-color: #69847E;
}
</style>
border-color css
<style>
span { border-color: #69847E; }
span { border-color: rgb(105,132,126); }
td.TdClassName
{
border-color: #69847E;
}
.TagClassName
{
border-color: #69847E;
}
</style>