Shades of Stromboli #36695C
Tints of Stromboli #36695C
RGB
CMYK
RGB Variations
Color information
#36695C (or 0x36695C) is known color: Stromboli. HEX triplet: 36, 69 and 5C. RGB value is (54,105,92). Sum of RGB (Red+Green+Blue) = 54+105+92=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #36695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36695C is #C996A3. Grayscale: #585858. Windows color (decimal): -13211300 or 6056246. OLE color: 6056246.
HSL color Cylindrical-coordinate representation of color #36695C: hue angle of 164.71º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36695C is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 105 | 92 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.59 |
| HSL | 164.71º | 0.32% | 0.31% | - |
| HSV(B) | 164.71º | 0.49% | 0.41% | - |
| XYZ | 8.5 | 11.66 | 11.93 | - |
| YUV | 88.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 92 | 0.49 | 0 | 0.12 | 0.59 | 164.71 | 0.32 | 0.31 |
| Hex | 36 | 69 | 5C | 31 | 0 | C | 3B | A5 | 20 | 1F |
| Octal | 66 | 151 | 134 | 61 | 0 | 14 | 73 | 245 | 40 | 37 |
| Binary | 110110 | 1101001 | 1011100 | 110001 | 0 | 1100 | 111011 | 10100101 | 100000 | 11111 |
Color Harmonies of #36695C
Complementary color
Monochromatic Colors of #36695C
Black with #36695C
Text Example
Text Example
White with #36695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36695C; }
p { color: rgb(54,105,92); }
H1.HeaderClassName
{
color: #36695C;
}
.AnyTagClassName
{
color: #36695C;
}
</style>
background-color css
<style>
a { background-color: #36695C; }
a { background-color: rgb(54,105,92); }
div.DivClassName
{
background-color: #36695C;
}
.BgClassName
{
background-color: #36695C;
}
</style>
border-color css
<style>
span { border-color: #36695C; }
span { border-color: rgb(54,105,92); }
td.TdClassName
{
border-color: #36695C;
}
.TagClassName
{
border-color: #36695C;
}
</style>