Shades of Cactus #546851
Tints of Cactus #546851
RGB
CMYK
RGB Variations
Color information
#546851 (or 0x546851) is known color: Cactus. HEX triplet: 54, 68 and 51. RGB value is (84,104,81). Sum of RGB (Red+Green+Blue) = 84+104+81=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #546851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546851 is #AB97AE. Grayscale: #5F5F5F. Windows color (decimal): -11245487 or 5335124. OLE color: 5335124.
HSL color Cylindrical-coordinate representation of color #546851: hue angle of 112.17º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #546851 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 81 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.59 |
| HSL | 112.17º | 0.12% | 0.36% | - |
| HSV(B) | 112.17º | 0.22% | 0.41% | - |
| XYZ | 10.09 | 12.38 | 9.64 | - |
| YUV | 95.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 81 | 0.19 | 0 | 0.22 | 0.59 | 112.17 | 0.12 | 0.36 |
| Hex | 54 | 68 | 51 | 13 | 0 | 16 | 3B | 70 | C | 24 |
| Octal | 124 | 150 | 121 | 23 | 0 | 26 | 73 | 160 | 14 | 44 |
| Binary | 1010100 | 1101000 | 1010001 | 10011 | 0 | 10110 | 111011 | 1110000 | 1100 | 100100 |
Color Harmonies of #546851
Complementary color
Monochromatic Colors of #546851
Black with #546851
Text Example
Text Example
White with #546851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546851; }
p { color: rgb(84,104,81); }
H1.HeaderClassName
{
color: #546851;
}
.AnyTagClassName
{
color: #546851;
}
</style>
background-color css
<style>
a { background-color: #546851; }
a { background-color: rgb(84,104,81); }
div.DivClassName
{
background-color: #546851;
}
.BgClassName
{
background-color: #546851;
}
</style>
border-color css
<style>
span { border-color: #546851; }
span { border-color: rgb(84,104,81); }
td.TdClassName
{
border-color: #546851;
}
.TagClassName
{
border-color: #546851;
}
</style>