Shades of Cactus #546751
Tints of Cactus #546751
RGB
CMYK
RGB Variations
Color information
#546751 (or 0x546751) is known color: Cactus. HEX triplet: 54, 67 and 51. RGB value is (84,103,81). Sum of RGB (Red+Green+Blue) = 84+103+81=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 103 - color contains mainly: green. Hex color #546751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546751 is #AB98AE. Grayscale: #5E5E5E. Windows color (decimal): -11245743 or 5334868. OLE color: 5334868.
HSL color Cylindrical-coordinate representation of color #546751: hue angle of 111.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #546751 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 103 | 81 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.60 |
| HSL | 111.82º | 0.12% | 0.36% | - |
| HSV(B) | 111.82º | 0.21% | 0.4% | - |
| XYZ | 9.99 | 12.18 | 9.61 | - |
| YUV | 94.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 81 | 0.18 | 0 | 0.21 | 0.60 | 111.82 | 0.12 | 0.36 |
| Hex | 54 | 67 | 51 | 12 | 0 | 15 | 3C | 70 | C | 24 |
| Octal | 124 | 147 | 121 | 22 | 0 | 25 | 74 | 160 | 14 | 44 |
| Binary | 1010100 | 1100111 | 1010001 | 10010 | 0 | 10101 | 111100 | 1110000 | 1100 | 100100 |
Color Harmonies of #546751
Complementary color
Monochromatic Colors of #546751
Black with #546751
Text Example
Text Example
White with #546751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546751; }
p { color: rgb(84,103,81); }
H1.HeaderClassName
{
color: #546751;
}
.AnyTagClassName
{
color: #546751;
}
</style>
background-color css
<style>
a { background-color: #546751; }
a { background-color: rgb(84,103,81); }
div.DivClassName
{
background-color: #546751;
}
.BgClassName
{
background-color: #546751;
}
</style>
border-color css
<style>
span { border-color: #546751; }
span { border-color: rgb(84,103,81); }
td.TdClassName
{
border-color: #546751;
}
.TagClassName
{
border-color: #546751;
}
</style>