Shades of Cactus #546C51
Tints of Cactus #546C51
RGB
CMYK
RGB Variations
Color information
#546C51 (or 0x546C51) is known color: Cactus. HEX triplet: 54, 6C and 51. RGB value is (84,108,81). Sum of RGB (Red+Green+Blue) = 84+108+81=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 108 - color contains mainly: green. Hex color #546C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C51 is #AB93AE. Grayscale: #616161. Windows color (decimal): -11244463 or 5336148. OLE color: 5336148.
HSL color Cylindrical-coordinate representation of color #546C51: hue angle of 113.33º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #546C51 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 108 | 81 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.58 |
| HSL | 113.33º | 0.14% | 0.37% | - |
| HSV(B) | 113.33º | 0.25% | 0.42% | - |
| XYZ | 10.5 | 13.2 | 9.78 | - |
| YUV | 97.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 81 | 0.22 | 0 | 0.25 | 0.58 | 113.33 | 0.14 | 0.37 |
| Hex | 54 | 6C | 51 | 16 | 0 | 19 | 3A | 71 | E | 25 |
| Octal | 124 | 154 | 121 | 26 | 0 | 31 | 72 | 161 | 16 | 45 |
| Binary | 1010100 | 1101100 | 1010001 | 10110 | 0 | 11001 | 111010 | 1110001 | 1110 | 100101 |
Color Harmonies of #546C51
Complementary color
Monochromatic Colors of #546C51
Black with #546C51
Text Example
Text Example
White with #546C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C51; }
p { color: rgb(84,108,81); }
H1.HeaderClassName
{
color: #546C51;
}
.AnyTagClassName
{
color: #546C51;
}
</style>
background-color css
<style>
a { background-color: #546C51; }
a { background-color: rgb(84,108,81); }
div.DivClassName
{
background-color: #546C51;
}
.BgClassName
{
background-color: #546C51;
}
</style>
border-color css
<style>
span { border-color: #546C51; }
span { border-color: rgb(84,108,81); }
td.TdClassName
{
border-color: #546C51;
}
.TagClassName
{
border-color: #546C51;
}
</style>