Shades of Tom Thumb #516B41
Tints of Tom Thumb #516B41
RGB
CMYK
RGB Variations
Color information
#516B41 (or 0x516B41) is known color: Tom Thumb. HEX triplet: 51, 6B and 41. RGB value is (81,107,65). Sum of RGB (Red+Green+Blue) = 81+107+65=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #516B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516B41 is #AE94BE. Grayscale: #5E5E5E. Windows color (decimal): -11441343 or 4287313. OLE color: 4287313.
HSL color Cylindrical-coordinate representation of color #516B41: hue angle of 97.14º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516B41 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 107 | 65 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.58 |
| HSL | 97.14º | 0.24% | 0.34% | - |
| HSV(B) | 97.14º | 0.39% | 0.42% | - |
| XYZ | 9.61 | 12.65 | 6.94 | - |
| YUV | 94.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 65 | 0.24 | 0 | 0.39 | 0.58 | 97.14 | 0.24 | 0.34 |
| Hex | 51 | 6B | 41 | 18 | 0 | 27 | 3A | 61 | 18 | 22 |
| Octal | 121 | 153 | 101 | 30 | 0 | 47 | 72 | 141 | 30 | 42 |
| Binary | 1010001 | 1101011 | 1000001 | 11000 | 0 | 100111 | 111010 | 1100001 | 11000 | 100010 |
Color Harmonies of #516B41
Complementary color
Monochromatic Colors of #516B41
Black with #516B41
Text Example
Text Example
White with #516B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B41; }
p { color: rgb(81,107,65); }
H1.HeaderClassName
{
color: #516B41;
}
.AnyTagClassName
{
color: #516B41;
}
</style>
background-color css
<style>
a { background-color: #516B41; }
a { background-color: rgb(81,107,65); }
div.DivClassName
{
background-color: #516B41;
}
.BgClassName
{
background-color: #516B41;
}
</style>
border-color css
<style>
span { border-color: #516B41; }
span { border-color: rgb(81,107,65); }
td.TdClassName
{
border-color: #516B41;
}
.TagClassName
{
border-color: #516B41;
}
</style>