Shades of Stromboli #36685C
Tints of Stromboli #36685C
RGB
CMYK
RGB Variations
Color information
#36685C (or 0x36685C) is known color: Stromboli. HEX triplet: 36, 68 and 5C. RGB value is (54,104,92). Sum of RGB (Red+Green+Blue) = 54+104+92=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #36685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36685C is #C997A3. Grayscale: #575757. Windows color (decimal): -13211556 or 6055990. OLE color: 6055990.
HSL color Cylindrical-coordinate representation of color #36685C: hue angle of 165.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36685C is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 104 | 92 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.59 |
| HSL | 165.6º | 0.32% | 0.31% | - |
| HSV(B) | 165.6º | 0.48% | 0.41% | - |
| XYZ | 8.4 | 11.46 | 11.89 | - |
| YUV | 87.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 92 | 0.48 | 0 | 0.12 | 0.59 | 165.6 | 0.32 | 0.31 |
| Hex | 36 | 68 | 5C | 30 | 0 | C | 3B | A6 | 20 | 1F |
| Octal | 66 | 150 | 134 | 60 | 0 | 14 | 73 | 246 | 40 | 37 |
| Binary | 110110 | 1101000 | 1011100 | 110000 | 0 | 1100 | 111011 | 10100110 | 100000 | 11111 |
Color Harmonies of #36685C
Complementary color
Monochromatic Colors of #36685C
Black with #36685C
Text Example
Text Example
White with #36685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36685C; }
p { color: rgb(54,104,92); }
H1.HeaderClassName
{
color: #36685C;
}
.AnyTagClassName
{
color: #36685C;
}
</style>
background-color css
<style>
a { background-color: #36685C; }
a { background-color: rgb(54,104,92); }
div.DivClassName
{
background-color: #36685C;
}
.BgClassName
{
background-color: #36685C;
}
</style>
border-color css
<style>
span { border-color: #36685C; }
span { border-color: rgb(54,104,92); }
td.TdClassName
{
border-color: #36685C;
}
.TagClassName
{
border-color: #36685C;
}
</style>