Shades of Stromboli #4C6A61
Tints of Stromboli #4C6A61
RGB
CMYK
RGB Variations
Color information
#4C6A61 (or 0x4C6A61) is known color: Stromboli. HEX triplet: 4C, 6A and 61. RGB value is (76,106,97). Sum of RGB (Red+Green+Blue) = 76+106+97=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6A61 is #B3959E. Grayscale: #606060. Windows color (decimal): -11769247 or 6384204. OLE color: 6384204.
HSL color Cylindrical-coordinate representation of color #4C6A61: hue angle of 162º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C6A61 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 106 | 97 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.58 |
| HSL | 162º | 0.16% | 0.36% | - |
| HSV(B) | 162º | 0.28% | 0.42% | - |
| XYZ | 10.29 | 12.71 | 13.22 | - |
| YUV | 96 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 106 | 97 | 0.28 | 0 | 0.08 | 0.58 | 162 | 0.16 | 0.36 |
| Hex | 4C | 6A | 61 | 1C | 0 | 8 | 3A | A2 | 10 | 24 |
| Octal | 114 | 152 | 141 | 34 | 0 | 10 | 72 | 242 | 20 | 44 |
| Binary | 1001100 | 1101010 | 1100001 | 11100 | 0 | 1000 | 111010 | 10100010 | 10000 | 100100 |
Color Harmonies of #4C6A61
Complementary color
Monochromatic Colors of #4C6A61
Black with #4C6A61
Text Example
Text Example
White with #4C6A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6A61; }
p { color: rgb(76,106,97); }
H1.HeaderClassName
{
color: #4C6A61;
}
.AnyTagClassName
{
color: #4C6A61;
}
</style>
background-color css
<style>
a { background-color: #4C6A61; }
a { background-color: rgb(76,106,97); }
div.DivClassName
{
background-color: #4C6A61;
}
.BgClassName
{
background-color: #4C6A61;
}
</style>
border-color css
<style>
span { border-color: #4C6A61; }
span { border-color: rgb(76,106,97); }
td.TdClassName
{
border-color: #4C6A61;
}
.TagClassName
{
border-color: #4C6A61;
}
</style>