Shades of Tom Thumb #546251
Tints of Tom Thumb #546251
RGB
CMYK
RGB Variations
Color information
#546251 (or 0x546251) is known color: Tom Thumb. HEX triplet: 54, 62 and 51. RGB value is (84,98,81). Sum of RGB (Red+Green+Blue) = 84+98+81=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #546251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546251 is #AB9DAE. Grayscale: #5B5B5B. Windows color (decimal): -11247023 or 5333588. OLE color: 5333588.
HSL color Cylindrical-coordinate representation of color #546251: hue angle of 109.41º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #546251 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 81 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.62 |
| HSL | 109.41º | 0.09% | 0.35% | - |
| HSV(B) | 109.41º | 0.17% | 0.38% | - |
| XYZ | 9.51 | 11.21 | 9.45 | - |
| YUV | 91.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 81 | 0.14 | 0 | 0.17 | 0.62 | 109.41 | 0.09 | 0.35 |
| Hex | 54 | 62 | 51 | E | 0 | 11 | 3E | 6D | 9 | 23 |
| Octal | 124 | 142 | 121 | 16 | 0 | 21 | 76 | 155 | 11 | 43 |
| Binary | 1010100 | 1100010 | 1010001 | 1110 | 0 | 10001 | 111110 | 1101101 | 1001 | 100011 |
Color Harmonies of #546251
Complementary color
Monochromatic Colors of #546251
Black with #546251
Text Example
Text Example
White with #546251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546251; }
p { color: rgb(84,98,81); }
H1.HeaderClassName
{
color: #546251;
}
.AnyTagClassName
{
color: #546251;
}
</style>
background-color css
<style>
a { background-color: #546251; }
a { background-color: rgb(84,98,81); }
div.DivClassName
{
background-color: #546251;
}
.BgClassName
{
background-color: #546251;
}
</style>
border-color css
<style>
span { border-color: #546251; }
span { border-color: rgb(84,98,81); }
td.TdClassName
{
border-color: #546251;
}
.TagClassName
{
border-color: #546251;
}
</style>