Shades of Stromboli #4D615D
Tints of Stromboli #4D615D
RGB
CMYK
RGB Variations
Color information
#4D615D (or 0x4D615D) is known color: Stromboli. HEX triplet: 4D, 61 and 5D. RGB value is (77,97,93). Sum of RGB (Red+Green+Blue) = 77+97+93=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #4D615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D615D is #B29EA2. Grayscale: #5A5A5A. Windows color (decimal): -11706019 or 6119757. OLE color: 6119757.
HSL color Cylindrical-coordinate representation of color #4D615D: hue angle of 168º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D615D is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 93 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.62 |
| HSL | 168º | 0.11% | 0.34% | - |
| HSV(B) | 168º | 0.21% | 0.38% | - |
| XYZ | 9.31 | 10.92 | 11.97 | - |
| YUV | 90.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 93 | 0.21 | 0 | 0.04 | 0.62 | 168 | 0.11 | 0.34 |
| Hex | 4D | 61 | 5D | 15 | 0 | 4 | 3E | A8 | B | 22 |
| Octal | 115 | 141 | 135 | 25 | 0 | 4 | 76 | 250 | 13 | 42 |
| Binary | 1001101 | 1100001 | 1011101 | 10101 | 0 | 100 | 111110 | 10101000 | 1011 | 100010 |
Color Harmonies of #4D615D
Complementary color
Monochromatic Colors of #4D615D
Black with #4D615D
Text Example
Text Example
White with #4D615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D615D; }
p { color: rgb(77,97,93); }
H1.HeaderClassName
{
color: #4D615D;
}
.AnyTagClassName
{
color: #4D615D;
}
</style>
background-color css
<style>
a { background-color: #4D615D; }
a { background-color: rgb(77,97,93); }
div.DivClassName
{
background-color: #4D615D;
}
.BgClassName
{
background-color: #4D615D;
}
</style>
border-color css
<style>
span { border-color: #4D615D; }
span { border-color: rgb(77,97,93); }
td.TdClassName
{
border-color: #4D615D;
}
.TagClassName
{
border-color: #4D615D;
}
</style>