Shades of Tom Thumb #51654A
Tints of Tom Thumb #51654A
RGB
CMYK
RGB Variations
Color information
#51654A (or 0x51654A) is known color: Tom Thumb. HEX triplet: 51, 65 and 4A. RGB value is (81,101,74). Sum of RGB (Red+Green+Blue) = 81+101+74=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #51654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51654A is #AE9AB5. Grayscale: #5C5C5C. Windows color (decimal): -11442870 or 4875601. OLE color: 4875601.
HSL color Cylindrical-coordinate representation of color #51654A: hue angle of 104.44º 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 #51654A is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 101 | 74 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.60 |
| HSL | 104.44º | 0.15% | 0.34% | - |
| HSV(B) | 104.44º | 0.27% | 0.4% | - |
| XYZ | 9.28 | 11.55 | 8.22 | - |
| YUV | 91.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 74 | 0.20 | 0 | 0.27 | 0.60 | 104.44 | 0.15 | 0.34 |
| Hex | 51 | 65 | 4A | 14 | 0 | 1B | 3C | 68 | F | 22 |
| Octal | 121 | 145 | 112 | 24 | 0 | 33 | 74 | 150 | 17 | 42 |
| Binary | 1010001 | 1100101 | 1001010 | 10100 | 0 | 11011 | 111100 | 1101000 | 1111 | 100010 |
Color Harmonies of #51654A
Complementary color
Monochromatic Colors of #51654A
Black with #51654A
Text Example
Text Example
White with #51654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51654A; }
p { color: rgb(81,101,74); }
H1.HeaderClassName
{
color: #51654A;
}
.AnyTagClassName
{
color: #51654A;
}
</style>
background-color css
<style>
a { background-color: #51654A; }
a { background-color: rgb(81,101,74); }
div.DivClassName
{
background-color: #51654A;
}
.BgClassName
{
background-color: #51654A;
}
</style>
border-color css
<style>
span { border-color: #51654A; }
span { border-color: rgb(81,101,74); }
td.TdClassName
{
border-color: #51654A;
}
.TagClassName
{
border-color: #51654A;
}
</style>