Shades of Cactus #546A51
Tints of Cactus #546A51
RGB
CMYK
RGB Variations
Color information
#546A51 (or 0x546A51) is known color: Cactus. HEX triplet: 54, 6A and 51. RGB value is (84,106,81). Sum of RGB (Red+Green+Blue) = 84+106+81=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 106 - color contains mainly: green. Hex color #546A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A51 is #AB95AE. Grayscale: #606060. Windows color (decimal): -11244975 or 5335636. OLE color: 5335636.
HSL color Cylindrical-coordinate representation of color #546A51: hue angle of 112.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546A51 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 106 | 81 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.58 |
| HSL | 112.8º | 0.13% | 0.37% | - |
| HSV(B) | 112.8º | 0.24% | 0.42% | - |
| XYZ | 10.3 | 12.79 | 9.71 | - |
| YUV | 96.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 81 | 0.21 | 0 | 0.24 | 0.58 | 112.8 | 0.13 | 0.37 |
| Hex | 54 | 6A | 51 | 15 | 0 | 18 | 3A | 71 | D | 25 |
| Octal | 124 | 152 | 121 | 25 | 0 | 30 | 72 | 161 | 15 | 45 |
| Binary | 1010100 | 1101010 | 1010001 | 10101 | 0 | 11000 | 111010 | 1110001 | 1101 | 100101 |
Color Harmonies of #546A51
Complementary color
Monochromatic Colors of #546A51
Black with #546A51
Text Example
Text Example
White with #546A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A51; }
p { color: rgb(84,106,81); }
H1.HeaderClassName
{
color: #546A51;
}
.AnyTagClassName
{
color: #546A51;
}
</style>
background-color css
<style>
a { background-color: #546A51; }
a { background-color: rgb(84,106,81); }
div.DivClassName
{
background-color: #546A51;
}
.BgClassName
{
background-color: #546A51;
}
</style>
border-color css
<style>
span { border-color: #546A51; }
span { border-color: rgb(84,106,81); }
td.TdClassName
{
border-color: #546A51;
}
.TagClassName
{
border-color: #546A51;
}
</style>