Shades of Tom Thumb #546A4A
Tints of Tom Thumb #546A4A
RGB
CMYK
RGB Variations
Color information
#546A4A (or 0x546A4A) is known color: Tom Thumb. HEX triplet: 54, 6A and 4A. RGB value is (84,106,74). Sum of RGB (Red+Green+Blue) = 84+106+74=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #546A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546A4A is #AB95B5. Grayscale: #5F5F5F. Windows color (decimal): -11244982 or 4876884. OLE color: 4876884.
HSL color Cylindrical-coordinate representation of color #546A4A: hue angle of 101.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #546A4A is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 106 | 74 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.58 |
| HSL | 101.25º | 0.18% | 0.35% | - |
| HSV(B) | 101.25º | 0.3% | 0.42% | - |
| XYZ | 10.05 | 12.69 | 8.4 | - |
| YUV | 95.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 74 | 0.21 | 0 | 0.30 | 0.58 | 101.25 | 0.18 | 0.35 |
| Hex | 54 | 6A | 4A | 15 | 0 | 1E | 3A | 65 | 12 | 23 |
| Octal | 124 | 152 | 112 | 25 | 0 | 36 | 72 | 145 | 22 | 43 |
| Binary | 1010100 | 1101010 | 1001010 | 10101 | 0 | 11110 | 111010 | 1100101 | 10010 | 100011 |
Color Harmonies of #546A4A
Complementary color
Monochromatic Colors of #546A4A
Black with #546A4A
Text Example
Text Example
White with #546A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A4A; }
p { color: rgb(84,106,74); }
H1.HeaderClassName
{
color: #546A4A;
}
.AnyTagClassName
{
color: #546A4A;
}
</style>
background-color css
<style>
a { background-color: #546A4A; }
a { background-color: rgb(84,106,74); }
div.DivClassName
{
background-color: #546A4A;
}
.BgClassName
{
background-color: #546A4A;
}
</style>
border-color css
<style>
span { border-color: #546A4A; }
span { border-color: rgb(84,106,74); }
td.TdClassName
{
border-color: #546A4A;
}
.TagClassName
{
border-color: #546A4A;
}
</style>