Shades of Tom Thumb #51654C
Tints of Tom Thumb #51654C
RGB
CMYK
RGB Variations
Color information
#51654C (or 0x51654C) is known color: Tom Thumb. HEX triplet: 51, 65 and 4C. RGB value is (81,101,76). Sum of RGB (Red+Green+Blue) = 81+101+76=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #51654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51654C is #AE9AB3. Grayscale: #5C5C5C. Windows color (decimal): -11442868 or 5006673. OLE color: 5006673.
HSL color Cylindrical-coordinate representation of color #51654C: hue angle of 108º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51654C is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 101 | 76 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.60 |
| HSL | 108º | 0.14% | 0.35% | - |
| HSV(B) | 108º | 0.25% | 0.4% | - |
| XYZ | 9.35 | 11.58 | 8.58 | - |
| YUV | 92.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 76 | 0.20 | 0 | 0.25 | 0.60 | 108 | 0.14 | 0.35 |
| Hex | 51 | 65 | 4C | 14 | 0 | 19 | 3C | 6C | E | 23 |
| Octal | 121 | 145 | 114 | 24 | 0 | 31 | 74 | 154 | 16 | 43 |
| Binary | 1010001 | 1100101 | 1001100 | 10100 | 0 | 11001 | 111100 | 1101100 | 1110 | 100011 |
Color Harmonies of #51654C
Complementary color
Monochromatic Colors of #51654C
Black with #51654C
Text Example
Text Example
White with #51654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51654C; }
p { color: rgb(81,101,76); }
H1.HeaderClassName
{
color: #51654C;
}
.AnyTagClassName
{
color: #51654C;
}
</style>
background-color css
<style>
a { background-color: #51654C; }
a { background-color: rgb(81,101,76); }
div.DivClassName
{
background-color: #51654C;
}
.BgClassName
{
background-color: #51654C;
}
</style>
border-color css
<style>
span { border-color: #51654C; }
span { border-color: rgb(81,101,76); }
td.TdClassName
{
border-color: #51654C;
}
.TagClassName
{
border-color: #51654C;
}
</style>