Shades of Cactus #546651
Tints of Cactus #546651
RGB
CMYK
RGB Variations
Color information
#546651 (or 0x546651) is known color: Cactus. HEX triplet: 54, 66 and 51. RGB value is (84,102,81). Sum of RGB (Red+Green+Blue) = 84+102+81=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #546651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546651 is #AB99AE. Grayscale: #5E5E5E. Windows color (decimal): -11245999 or 5334612. OLE color: 5334612.
HSL color Cylindrical-coordinate representation of color #546651: hue angle of 111.43º degrees, saturation: 0.11, 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 #546651 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 102 | 81 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.6 |
| HSL | 111.43º | 0.11% | 0.36% | - |
| HSV(B) | 111.43º | 0.21% | 0.4% | - |
| XYZ | 9.89 | 11.98 | 9.58 | - |
| YUV | 94.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 81 | 0.18 | 0 | 0.21 | 0.6 | 111.43 | 0.11 | 0.36 |
| Hex | 54 | 66 | 51 | 12 | 0 | 15 | 3C | 6F | B | 24 |
| Octal | 124 | 146 | 121 | 22 | 0 | 25 | 74 | 157 | 13 | 44 |
| Binary | 1010100 | 1100110 | 1010001 | 10010 | 0 | 10101 | 111100 | 1101111 | 1011 | 100100 |
Color Harmonies of #546651
Complementary color
Monochromatic Colors of #546651
Black with #546651
Text Example
Text Example
White with #546651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546651; }
p { color: rgb(84,102,81); }
H1.HeaderClassName
{
color: #546651;
}
.AnyTagClassName
{
color: #546651;
}
</style>
background-color css
<style>
a { background-color: #546651; }
a { background-color: rgb(84,102,81); }
div.DivClassName
{
background-color: #546651;
}
.BgClassName
{
background-color: #546651;
}
</style>
border-color css
<style>
span { border-color: #546651; }
span { border-color: rgb(84,102,81); }
td.TdClassName
{
border-color: #546651;
}
.TagClassName
{
border-color: #546651;
}
</style>