Shades of Como #546E61
Tints of Como #546E61
RGB
CMYK
RGB Variations
Color information
#546E61 (or 0x546E61) is known color: Como. HEX triplet: 54, 6E and 61. RGB value is (84,110,97). Sum of RGB (Red+Green+Blue) = 84+110+97=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 110 - color contains mainly: green. Hex color #546E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E61 is #AB919E. Grayscale: #646464. Windows color (decimal): -11243935 or 6385236. OLE color: 6385236.
HSL color Cylindrical-coordinate representation of color #546E61: hue angle of 150º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546E61 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 110 | 97 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.57 |
| HSL | 150º | 0.13% | 0.38% | - |
| HSV(B) | 150º | 0.24% | 0.43% | - |
| XYZ | 11.39 | 13.9 | 13.39 | - |
| YUV | 100.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 97 | 0.24 | 0 | 0.12 | 0.57 | 150 | 0.13 | 0.38 |
| Hex | 54 | 6E | 61 | 18 | 0 | C | 39 | 96 | D | 26 |
| Octal | 124 | 156 | 141 | 30 | 0 | 14 | 71 | 226 | 15 | 46 |
| Binary | 1010100 | 1101110 | 1100001 | 11000 | 0 | 1100 | 111001 | 10010110 | 1101 | 100110 |
Color Harmonies of #546E61
Complementary color
Monochromatic Colors of #546E61
Black with #546E61
Text Example
Text Example
White with #546E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E61; }
p { color: rgb(84,110,97); }
H1.HeaderClassName
{
color: #546E61;
}
.AnyTagClassName
{
color: #546E61;
}
</style>
background-color css
<style>
a { background-color: #546E61; }
a { background-color: rgb(84,110,97); }
div.DivClassName
{
background-color: #546E61;
}
.BgClassName
{
background-color: #546E61;
}
</style>
border-color css
<style>
span { border-color: #546E61; }
span { border-color: rgb(84,110,97); }
td.TdClassName
{
border-color: #546E61;
}
.TagClassName
{
border-color: #546E61;
}
</style>