Shades of Rolling Stone #67837E
Tints of Rolling Stone #67837E
RGB
CMYK
RGB Variations
Color information
#67837E (or 0x67837E) is known color: Rolling Stone. HEX triplet: 67, 83 and 7E. RGB value is (103,131,126). Sum of RGB (Red+Green+Blue) = 103+131+126=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 131 - color contains mainly: green. Hex color #67837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67837E is #987C81. Grayscale: #7A7A7A. Windows color (decimal): -9993346 or 8291175. OLE color: 8291175.
HSL color Cylindrical-coordinate representation of color #67837E: hue angle of 169.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67837E is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 126 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.49 |
| HSL | 169.29º | 0.12% | 0.46% | - |
| HSV(B) | 169.29º | 0.21% | 0.51% | - |
| XYZ | 17.48 | 20.62 | 22.8 | - |
| YUV | 122.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 126 | 0.21 | 0 | 0.04 | 0.49 | 169.29 | 0.12 | 0.46 |
| Hex | 67 | 83 | 7E | 15 | 0 | 4 | 31 | A9 | C | 2E |
| Octal | 147 | 203 | 176 | 25 | 0 | 4 | 61 | 251 | 14 | 56 |
| Binary | 1100111 | 10000011 | 1111110 | 10101 | 0 | 100 | 110001 | 10101001 | 1100 | 101110 |
Color Harmonies of #67837E
Complementary color
Monochromatic Colors of #67837E
Black with #67837E
Text Example
Text Example
White with #67837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67837E; }
p { color: rgb(103,131,126); }
H1.HeaderClassName
{
color: #67837E;
}
.AnyTagClassName
{
color: #67837E;
}
</style>
background-color css
<style>
a { background-color: #67837E; }
a { background-color: rgb(103,131,126); }
div.DivClassName
{
background-color: #67837E;
}
.BgClassName
{
background-color: #67837E;
}
</style>
border-color css
<style>
span { border-color: #67837E; }
span { border-color: rgb(103,131,126); }
td.TdClassName
{
border-color: #67837E;
}
.TagClassName
{
border-color: #67837E;
}
</style>