Shades of Tom Thumb #546E46
Tints of Tom Thumb #546E46
RGB
CMYK
RGB Variations
Color information
#546E46 (or 0x546E46) is known color: Tom Thumb. HEX triplet: 54, 6E and 46. RGB value is (84,110,70). Sum of RGB (Red+Green+Blue) = 84+110+70=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 110 - color contains mainly: green. Hex color #546E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546E46 is #AB91B9. Grayscale: #616161. Windows color (decimal): -11243962 or 4615764. OLE color: 4615764.
HSL color Cylindrical-coordinate representation of color #546E46: hue angle of 99º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #546E46 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 110 | 70 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.57 |
| HSL | 99º | 0.22% | 0.35% | - |
| HSV(B) | 99º | 0.36% | 0.43% | - |
| XYZ | 10.34 | 13.48 | 7.85 | - |
| YUV | 97.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 70 | 0.24 | 0 | 0.36 | 0.57 | 99 | 0.22 | 0.35 |
| Hex | 54 | 6E | 46 | 18 | 0 | 24 | 39 | 63 | 16 | 23 |
| Octal | 124 | 156 | 106 | 30 | 0 | 44 | 71 | 143 | 26 | 43 |
| Binary | 1010100 | 1101110 | 1000110 | 11000 | 0 | 100100 | 111001 | 1100011 | 10110 | 100011 |
Color Harmonies of #546E46
Complementary color
Monochromatic Colors of #546E46
Black with #546E46
Text Example
Text Example
White with #546E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E46; }
p { color: rgb(84,110,70); }
H1.HeaderClassName
{
color: #546E46;
}
.AnyTagClassName
{
color: #546E46;
}
</style>
background-color css
<style>
a { background-color: #546E46; }
a { background-color: rgb(84,110,70); }
div.DivClassName
{
background-color: #546E46;
}
.BgClassName
{
background-color: #546E46;
}
</style>
border-color css
<style>
span { border-color: #546E46; }
span { border-color: rgb(84,110,70); }
td.TdClassName
{
border-color: #546E46;
}
.TagClassName
{
border-color: #546E46;
}
</style>