Shades of Tom Thumb #54654A
Tints of Tom Thumb #54654A
RGB
CMYK
RGB Variations
Color information
#54654A (or 0x54654A) is known color: Tom Thumb. HEX triplet: 54, 65 and 4A. RGB value is (84,101,74). Sum of RGB (Red+Green+Blue) = 84+101+74=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #54654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54654A is #AB9AB5. Grayscale: #5C5C5C. Windows color (decimal): -11246262 or 4875604. OLE color: 4875604.
HSL color Cylindrical-coordinate representation of color #54654A: hue angle of 97.78º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #54654A is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 74 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.60 |
| HSL | 97.78º | 0.15% | 0.34% | - |
| HSV(B) | 97.78º | 0.27% | 0.4% | - |
| XYZ | 9.55 | 11.69 | 8.23 | - |
| YUV | 92.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 74 | 0.17 | 0 | 0.27 | 0.60 | 97.78 | 0.15 | 0.34 |
| Hex | 54 | 65 | 4A | 11 | 0 | 1B | 3C | 62 | F | 22 |
| Octal | 124 | 145 | 112 | 21 | 0 | 33 | 74 | 142 | 17 | 42 |
| Binary | 1010100 | 1100101 | 1001010 | 10001 | 0 | 11011 | 111100 | 1100010 | 1111 | 100010 |
Color Harmonies of #54654A
Complementary color
Monochromatic Colors of #54654A
Black with #54654A
Text Example
Text Example
White with #54654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54654A; }
p { color: rgb(84,101,74); }
H1.HeaderClassName
{
color: #54654A;
}
.AnyTagClassName
{
color: #54654A;
}
</style>
background-color css
<style>
a { background-color: #54654A; }
a { background-color: rgb(84,101,74); }
div.DivClassName
{
background-color: #54654A;
}
.BgClassName
{
background-color: #54654A;
}
</style>
border-color css
<style>
span { border-color: #54654A; }
span { border-color: rgb(84,101,74); }
td.TdClassName
{
border-color: #54654A;
}
.TagClassName
{
border-color: #54654A;
}
</style>