Shades of Tom Thumb #51654E
Tints of Tom Thumb #51654E
RGB
CMYK
RGB Variations
Color information
#51654E (or 0x51654E) is known color: Tom Thumb. HEX triplet: 51, 65 and 4E. RGB value is (81,101,78). Sum of RGB (Red+Green+Blue) = 81+101+78=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 101 - color contains mainly: green. Hex color #51654E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51654E is #AE9AB1. Grayscale: #5C5C5C. Windows color (decimal): -11442866 or 5137745. OLE color: 5137745.
HSL color Cylindrical-coordinate representation of color #51654E: hue angle of 112.17º 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 #51654E is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 101 | 78 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.60 |
| HSL | 112.17º | 0.13% | 0.35% | - |
| HSV(B) | 112.17º | 0.23% | 0.4% | - |
| XYZ | 9.42 | 11.61 | 8.95 | - |
| YUV | 92.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 78 | 0.20 | 0 | 0.23 | 0.60 | 112.17 | 0.13 | 0.35 |
| Hex | 51 | 65 | 4E | 14 | 0 | 17 | 3C | 70 | D | 23 |
| Octal | 121 | 145 | 116 | 24 | 0 | 27 | 74 | 160 | 15 | 43 |
| Binary | 1010001 | 1100101 | 1001110 | 10100 | 0 | 10111 | 111100 | 1110000 | 1101 | 100011 |
Color Harmonies of #51654E
Complementary color
Monochromatic Colors of #51654E
Black with #51654E
Text Example
Text Example
White with #51654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51654E; }
p { color: rgb(81,101,78); }
H1.HeaderClassName
{
color: #51654E;
}
.AnyTagClassName
{
color: #51654E;
}
</style>
background-color css
<style>
a { background-color: #51654E; }
a { background-color: rgb(81,101,78); }
div.DivClassName
{
background-color: #51654E;
}
.BgClassName
{
background-color: #51654E;
}
</style>
border-color css
<style>
span { border-color: #51654E; }
span { border-color: rgb(81,101,78); }
td.TdClassName
{
border-color: #51654E;
}
.TagClassName
{
border-color: #51654E;
}
</style>