Shades of Stromboli #3C6C60
Tints of Stromboli #3C6C60
RGB
CMYK
RGB Variations
Color information
#3C6C60 (or 0x3C6C60) is known color: Stromboli. HEX triplet: 3C, 6C and 60. RGB value is (60,108,96). Sum of RGB (Red+Green+Blue) = 60+108+96=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 108 - color contains mainly: green. Hex color #3C6C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6C60 is #C3939F. Grayscale: #5C5C5C. Windows color (decimal): -12817312 or 6319164. OLE color: 6319164.
HSL color Cylindrical-coordinate representation of color #3C6C60: hue angle of 165º degrees, saturation: 0.29, 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 #3C6C60 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 108 | 96 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.58 |
| HSL | 165º | 0.29% | 0.33% | - |
| HSV(B) | 165º | 0.44% | 0.42% | - |
| XYZ | 9.34 | 12.53 | 12.99 | - |
| YUV | 92.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 108 | 96 | 0.44 | 0 | 0.11 | 0.58 | 165 | 0.29 | 0.33 |
| Hex | 3C | 6C | 60 | 2C | 0 | B | 3A | A5 | 1D | 21 |
| Octal | 74 | 154 | 140 | 54 | 0 | 13 | 72 | 245 | 35 | 41 |
| Binary | 111100 | 1101100 | 1100000 | 101100 | 0 | 1011 | 111010 | 10100101 | 11101 | 100001 |
Color Harmonies of #3C6C60
Complementary color
Monochromatic Colors of #3C6C60
Black with #3C6C60
Text Example
Text Example
White with #3C6C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6C60; }
p { color: rgb(60,108,96); }
H1.HeaderClassName
{
color: #3C6C60;
}
.AnyTagClassName
{
color: #3C6C60;
}
</style>
background-color css
<style>
a { background-color: #3C6C60; }
a { background-color: rgb(60,108,96); }
div.DivClassName
{
background-color: #3C6C60;
}
.BgClassName
{
background-color: #3C6C60;
}
</style>
border-color css
<style>
span { border-color: #3C6C60; }
span { border-color: rgb(60,108,96); }
td.TdClassName
{
border-color: #3C6C60;
}
.TagClassName
{
border-color: #3C6C60;
}
</style>