Shades of Tom Thumb #51684D
Tints of Tom Thumb #51684D
RGB
CMYK
RGB Variations
Color information
#51684D (or 0x51684D) is known color: Tom Thumb. HEX triplet: 51, 68 and 4D. RGB value is (81,104,77). Sum of RGB (Red+Green+Blue) = 81+104+77=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #51684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51684D is #AE97B2. Grayscale: #5E5E5E. Windows color (decimal): -11442099 or 5072977. OLE color: 5072977.
HSL color Cylindrical-coordinate representation of color #51684D: hue angle of 111.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51684D is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 104 | 77 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.59 |
| HSL | 111.11º | 0.15% | 0.35% | - |
| HSV(B) | 111.11º | 0.26% | 0.41% | - |
| XYZ | 9.68 | 12.19 | 8.86 | - |
| YUV | 94.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 77 | 0.22 | 0 | 0.26 | 0.59 | 111.11 | 0.15 | 0.35 |
| Hex | 51 | 68 | 4D | 16 | 0 | 1A | 3B | 6F | F | 23 |
| Octal | 121 | 150 | 115 | 26 | 0 | 32 | 73 | 157 | 17 | 43 |
| Binary | 1010001 | 1101000 | 1001101 | 10110 | 0 | 11010 | 111011 | 1101111 | 1111 | 100011 |
Color Harmonies of #51684D
Complementary color
Monochromatic Colors of #51684D
Black with #51684D
Text Example
Text Example
White with #51684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51684D; }
p { color: rgb(81,104,77); }
H1.HeaderClassName
{
color: #51684D;
}
.AnyTagClassName
{
color: #51684D;
}
</style>
background-color css
<style>
a { background-color: #51684D; }
a { background-color: rgb(81,104,77); }
div.DivClassName
{
background-color: #51684D;
}
.BgClassName
{
background-color: #51684D;
}
</style>
border-color css
<style>
span { border-color: #51684D; }
span { border-color: rgb(81,104,77); }
td.TdClassName
{
border-color: #51684D;
}
.TagClassName
{
border-color: #51684D;
}
</style>