Shades of Stromboli #3C6B60
Tints of Stromboli #3C6B60
RGB
CMYK
RGB Variations
Color information
#3C6B60 (or 0x3C6B60) is known color: Stromboli. HEX triplet: 3C, 6B and 60. RGB value is (60,107,96). Sum of RGB (Red+Green+Blue) = 60+107+96=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B60 is #C3949F. Grayscale: #5B5B5B. Windows color (decimal): -12817568 or 6318908. OLE color: 6318908.
HSL color Cylindrical-coordinate representation of color #3C6B60: hue angle of 165.96º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C6B60 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 107 | 96 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.58 |
| HSL | 165.96º | 0.28% | 0.33% | - |
| HSV(B) | 165.96º | 0.44% | 0.42% | - |
| XYZ | 9.23 | 12.32 | 12.96 | - |
| YUV | 91.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 96 | 0.44 | 0 | 0.10 | 0.58 | 165.96 | 0.28 | 0.33 |
| Hex | 3C | 6B | 60 | 2C | 0 | A | 3A | A6 | 1C | 21 |
| Octal | 74 | 153 | 140 | 54 | 0 | 12 | 72 | 246 | 34 | 41 |
| Binary | 111100 | 1101011 | 1100000 | 101100 | 0 | 1010 | 111010 | 10100110 | 11100 | 100001 |
Color Harmonies of #3C6B60
Complementary color
Monochromatic Colors of #3C6B60
Black with #3C6B60
Text Example
Text Example
White with #3C6B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6B60; }
p { color: rgb(60,107,96); }
H1.HeaderClassName
{
color: #3C6B60;
}
.AnyTagClassName
{
color: #3C6B60;
}
</style>
background-color css
<style>
a { background-color: #3C6B60; }
a { background-color: rgb(60,107,96); }
div.DivClassName
{
background-color: #3C6B60;
}
.BgClassName
{
background-color: #3C6B60;
}
</style>
border-color css
<style>
span { border-color: #3C6B60; }
span { border-color: rgb(60,107,96); }
td.TdClassName
{
border-color: #3C6B60;
}
.TagClassName
{
border-color: #3C6B60;
}
</style>