Shades of Tom Thumb #516644
Tints of Tom Thumb #516644
RGB
CMYK
RGB Variations
Color information
#516644 (or 0x516644) is known color: Tom Thumb. HEX triplet: 51, 66 and 44. RGB value is (81,102,68). Sum of RGB (Red+Green+Blue) = 81+102+68=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 102 - color contains mainly: green. Hex color #516644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516644 is #AE99BB. Grayscale: #5B5B5B. Windows color (decimal): -11442620 or 4482641. OLE color: 4482641.
HSL color Cylindrical-coordinate representation of color #516644: hue angle of 97.06º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #516644 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 81 | 102 | 68 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.6 |
| HSL | 97.06º | 0.2% | 0.33% | - |
| HSV(B) | 97.06º | 0.33% | 0.4% | - |
| XYZ | 9.19 | 11.67 | 7.24 | - |
| YUV | 91.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 68 | 0.21 | 0 | 0.33 | 0.6 | 97.06 | 0.2 | 0.33 |
| Hex | 51 | 66 | 44 | 15 | 0 | 21 | 3C | 61 | 14 | 21 |
| Octal | 121 | 146 | 104 | 25 | 0 | 41 | 74 | 141 | 24 | 41 |
| Binary | 1010001 | 1100110 | 1000100 | 10101 | 0 | 100001 | 111100 | 1100001 | 10100 | 100001 |
Color Harmonies of #516644
Complementary color
Monochromatic Colors of #516644
Black with #516644
Text Example
Text Example
White with #516644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516644; }
p { color: rgb(81,102,68); }
H1.HeaderClassName
{
color: #516644;
}
.AnyTagClassName
{
color: #516644;
}
</style>
background-color css
<style>
a { background-color: #516644; }
a { background-color: rgb(81,102,68); }
div.DivClassName
{
background-color: #516644;
}
.BgClassName
{
background-color: #516644;
}
</style>
border-color css
<style>
span { border-color: #516644; }
span { border-color: rgb(81,102,68); }
td.TdClassName
{
border-color: #516644;
}
.TagClassName
{
border-color: #516644;
}
</style>