Shades of Tom Thumb #54654E
Tints of Tom Thumb #54654E
RGB
CMYK
RGB Variations
Color information
#54654E (or 0x54654E) is known color: Tom Thumb. HEX triplet: 54, 65 and 4E. RGB value is (84,101,78). Sum of RGB (Red+Green+Blue) = 84+101+78=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 101 - color contains mainly: green. Hex color #54654E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54654E is #AB9AB1. Grayscale: #5D5D5D. Windows color (decimal): -11246258 or 5137748. OLE color: 5137748.
HSL color Cylindrical-coordinate representation of color #54654E: hue angle of 104.35º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54654E is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 78 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.60 |
| HSL | 104.35º | 0.13% | 0.35% | - |
| HSV(B) | 104.35º | 0.23% | 0.4% | - |
| XYZ | 9.68 | 11.74 | 8.96 | - |
| YUV | 93.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 78 | 0.17 | 0 | 0.23 | 0.60 | 104.35 | 0.13 | 0.35 |
| Hex | 54 | 65 | 4E | 11 | 0 | 17 | 3C | 68 | D | 23 |
| Octal | 124 | 145 | 116 | 21 | 0 | 27 | 74 | 150 | 15 | 43 |
| Binary | 1010100 | 1100101 | 1001110 | 10001 | 0 | 10111 | 111100 | 1101000 | 1101 | 100011 |
Color Harmonies of #54654E
Complementary color
Monochromatic Colors of #54654E
Black with #54654E
Text Example
Text Example
White with #54654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54654E; }
p { color: rgb(84,101,78); }
H1.HeaderClassName
{
color: #54654E;
}
.AnyTagClassName
{
color: #54654E;
}
</style>
background-color css
<style>
a { background-color: #54654E; }
a { background-color: rgb(84,101,78); }
div.DivClassName
{
background-color: #54654E;
}
.BgClassName
{
background-color: #54654E;
}
</style>
border-color css
<style>
span { border-color: #54654E; }
span { border-color: rgb(84,101,78); }
td.TdClassName
{
border-color: #54654E;
}
.TagClassName
{
border-color: #54654E;
}
</style>