Shades of Tom Thumb #516245
Tints of Tom Thumb #516245
RGB
CMYK
RGB Variations
Color information
#516245 (or 0x516245) is known color: Tom Thumb. HEX triplet: 51, 62 and 45. RGB value is (81,98,69). Sum of RGB (Red+Green+Blue) = 81+98+69=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #516245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516245 is #AE9DBA. Grayscale: #595959. Windows color (decimal): -11443643 or 4547153. OLE color: 4547153.
HSL color Cylindrical-coordinate representation of color #516245: hue angle of 95.17º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516245 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 98 | 69 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.62 |
| HSL | 95.17º | 0.17% | 0.33% | - |
| HSV(B) | 95.17º | 0.3% | 0.38% | - |
| XYZ | 8.84 | 10.91 | 7.27 | - |
| YUV | 89.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 69 | 0.17 | 0 | 0.30 | 0.62 | 95.17 | 0.17 | 0.33 |
| Hex | 51 | 62 | 45 | 11 | 0 | 1E | 3E | 5F | 11 | 21 |
| Octal | 121 | 142 | 105 | 21 | 0 | 36 | 76 | 137 | 21 | 41 |
| Binary | 1010001 | 1100010 | 1000101 | 10001 | 0 | 11110 | 111110 | 1011111 | 10001 | 100001 |
Color Harmonies of #516245
Complementary color
Monochromatic Colors of #516245
Black with #516245
Text Example
Text Example
White with #516245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516245; }
p { color: rgb(81,98,69); }
H1.HeaderClassName
{
color: #516245;
}
.AnyTagClassName
{
color: #516245;
}
</style>
background-color css
<style>
a { background-color: #516245; }
a { background-color: rgb(81,98,69); }
div.DivClassName
{
background-color: #516245;
}
.BgClassName
{
background-color: #516245;
}
</style>
border-color css
<style>
span { border-color: #516245; }
span { border-color: rgb(81,98,69); }
td.TdClassName
{
border-color: #516245;
}
.TagClassName
{
border-color: #516245;
}
</style>