Shades of Stromboli #3F6756
Tints of Stromboli #3F6756
RGB
CMYK
RGB Variations
Color information
#3F6756 (or 0x3F6756) is known color: Stromboli. HEX triplet: 3F, 67 and 56. RGB value is (63,103,86). Sum of RGB (Red+Green+Blue) = 63+103+86=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6756 is #C098A9. Grayscale: #595959. Windows color (decimal): -12621994 or 5662527. OLE color: 5662527.
HSL color Cylindrical-coordinate representation of color #3F6756: hue angle of 154.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6756 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 86 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.60 |
| HSL | 154.5º | 0.24% | 0.33% | - |
| HSV(B) | 154.5º | 0.39% | 0.4% | - |
| XYZ | 8.58 | 11.43 | 10.56 | - |
| YUV | 89.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 86 | 0.39 | 0 | 0.17 | 0.60 | 154.5 | 0.24 | 0.33 |
| Hex | 3F | 67 | 56 | 27 | 0 | 11 | 3C | 9A | 18 | 21 |
| Octal | 77 | 147 | 126 | 47 | 0 | 21 | 74 | 232 | 30 | 41 |
| Binary | 111111 | 1100111 | 1010110 | 100111 | 0 | 10001 | 111100 | 10011010 | 11000 | 100001 |
Color Harmonies of #3F6756
Complementary color
Monochromatic Colors of #3F6756
Black with #3F6756
Text Example
Text Example
White with #3F6756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6756; }
p { color: rgb(63,103,86); }
H1.HeaderClassName
{
color: #3F6756;
}
.AnyTagClassName
{
color: #3F6756;
}
</style>
background-color css
<style>
a { background-color: #3F6756; }
a { background-color: rgb(63,103,86); }
div.DivClassName
{
background-color: #3F6756;
}
.BgClassName
{
background-color: #3F6756;
}
</style>
border-color css
<style>
span { border-color: #3F6756; }
span { border-color: rgb(63,103,86); }
td.TdClassName
{
border-color: #3F6756;
}
.TagClassName
{
border-color: #3F6756;
}
</style>