Shades of Cactus #546B51
Tints of Cactus #546B51
RGB
CMYK
RGB Variations
Color information
#546B51 (or 0x546B51) is known color: Cactus. HEX triplet: 54, 6B and 51. RGB value is (84,107,81). Sum of RGB (Red+Green+Blue) = 84+107+81=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #546B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B51 is #AB94AE. Grayscale: #616161. Windows color (decimal): -11244719 or 5335892. OLE color: 5335892.
HSL color Cylindrical-coordinate representation of color #546B51: hue angle of 113.08º degrees, saturation: 0.14, 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 #546B51 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 107 | 81 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.58 |
| HSL | 113.08º | 0.14% | 0.37% | - |
| HSV(B) | 113.08º | 0.24% | 0.42% | - |
| XYZ | 10.4 | 12.99 | 9.74 | - |
| YUV | 97.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 81 | 0.21 | 0 | 0.24 | 0.58 | 113.08 | 0.14 | 0.37 |
| Hex | 54 | 6B | 51 | 15 | 0 | 18 | 3A | 71 | E | 25 |
| Octal | 124 | 153 | 121 | 25 | 0 | 30 | 72 | 161 | 16 | 45 |
| Binary | 1010100 | 1101011 | 1010001 | 10101 | 0 | 11000 | 111010 | 1110001 | 1110 | 100101 |
Color Harmonies of #546B51
Complementary color
Monochromatic Colors of #546B51
Black with #546B51
Text Example
Text Example
White with #546B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546B51; }
p { color: rgb(84,107,81); }
H1.HeaderClassName
{
color: #546B51;
}
.AnyTagClassName
{
color: #546B51;
}
</style>
background-color css
<style>
a { background-color: #546B51; }
a { background-color: rgb(84,107,81); }
div.DivClassName
{
background-color: #546B51;
}
.BgClassName
{
background-color: #546B51;
}
</style>
border-color css
<style>
span { border-color: #546B51; }
span { border-color: rgb(84,107,81); }
td.TdClassName
{
border-color: #546B51;
}
.TagClassName
{
border-color: #546B51;
}
</style>