Shades of Tom Thumb #516B44
Tints of Tom Thumb #516B44
RGB
CMYK
RGB Variations
Color information
#516B44 (or 0x516B44) is known color: Tom Thumb. HEX triplet: 51, 6B and 44. RGB value is (81,107,68). Sum of RGB (Red+Green+Blue) = 81+107+68=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #516B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516B44 is #AE94BB. Grayscale: #5E5E5E. Windows color (decimal): -11441340 or 4483921. OLE color: 4483921.
HSL color Cylindrical-coordinate representation of color #516B44: hue angle of 100º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #516B44 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 107 | 68 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.58 |
| HSL | 100º | 0.22% | 0.34% | - |
| HSV(B) | 100º | 0.36% | 0.42% | - |
| XYZ | 9.69 | 12.68 | 7.41 | - |
| YUV | 94.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 68 | 0.24 | 0 | 0.36 | 0.58 | 100 | 0.22 | 0.34 |
| Hex | 51 | 6B | 44 | 18 | 0 | 24 | 3A | 64 | 16 | 22 |
| Octal | 121 | 153 | 104 | 30 | 0 | 44 | 72 | 144 | 26 | 42 |
| Binary | 1010001 | 1101011 | 1000100 | 11000 | 0 | 100100 | 111010 | 1100100 | 10110 | 100010 |
Color Harmonies of #516B44
Complementary color
Monochromatic Colors of #516B44
Black with #516B44
Text Example
Text Example
White with #516B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B44; }
p { color: rgb(81,107,68); }
H1.HeaderClassName
{
color: #516B44;
}
.AnyTagClassName
{
color: #516B44;
}
</style>
background-color css
<style>
a { background-color: #516B44; }
a { background-color: rgb(81,107,68); }
div.DivClassName
{
background-color: #516B44;
}
.BgClassName
{
background-color: #516B44;
}
</style>
border-color css
<style>
span { border-color: #516B44; }
span { border-color: rgb(81,107,68); }
td.TdClassName
{
border-color: #516B44;
}
.TagClassName
{
border-color: #516B44;
}
</style>