Shades of Tom Thumb #546C4C
Tints of Tom Thumb #546C4C
RGB
CMYK
RGB Variations
Color information
#546C4C (or 0x546C4C) is known color: Tom Thumb. HEX triplet: 54, 6C and 4C. RGB value is (84,108,76). Sum of RGB (Red+Green+Blue) = 84+108+76=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 108 - color contains mainly: green. Hex color #546C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546C4C is #AB93B3. Grayscale: #616161. Windows color (decimal): -11244468 or 5008468. OLE color: 5008468.
HSL color Cylindrical-coordinate representation of color #546C4C: hue angle of 105º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #546C4C is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 108 | 76 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.58 |
| HSL | 105º | 0.17% | 0.36% | - |
| HSV(B) | 105º | 0.3% | 0.42% | - |
| XYZ | 10.32 | 13.13 | 8.83 | - |
| YUV | 97.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 76 | 0.22 | 0 | 0.30 | 0.58 | 105 | 0.17 | 0.36 |
| Hex | 54 | 6C | 4C | 16 | 0 | 1E | 3A | 69 | 11 | 24 |
| Octal | 124 | 154 | 114 | 26 | 0 | 36 | 72 | 151 | 21 | 44 |
| Binary | 1010100 | 1101100 | 1001100 | 10110 | 0 | 11110 | 111010 | 1101001 | 10001 | 100100 |
Color Harmonies of #546C4C
Complementary color
Monochromatic Colors of #546C4C
Black with #546C4C
Text Example
Text Example
White with #546C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C4C; }
p { color: rgb(84,108,76); }
H1.HeaderClassName
{
color: #546C4C;
}
.AnyTagClassName
{
color: #546C4C;
}
</style>
background-color css
<style>
a { background-color: #546C4C; }
a { background-color: rgb(84,108,76); }
div.DivClassName
{
background-color: #546C4C;
}
.BgClassName
{
background-color: #546C4C;
}
</style>
border-color css
<style>
span { border-color: #546C4C; }
span { border-color: rgb(84,108,76); }
td.TdClassName
{
border-color: #546C4C;
}
.TagClassName
{
border-color: #546C4C;
}
</style>