Shades of Tom Thumb #51674D
Tints of Tom Thumb #51674D
RGB
CMYK
RGB Variations
Color information
#51674D (or 0x51674D) is known color: Tom Thumb. HEX triplet: 51, 67 and 4D. RGB value is (81,103,77). Sum of RGB (Red+Green+Blue) = 81+103+77=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #51674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51674D is #AE98B2. Grayscale: #5D5D5D. Windows color (decimal): -11442355 or 5072721. OLE color: 5072721.
HSL color Cylindrical-coordinate representation of color #51674D: hue angle of 110.77º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51674D is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 103 | 77 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.60 |
| HSL | 110.77º | 0.14% | 0.35% | - |
| HSV(B) | 110.77º | 0.25% | 0.4% | - |
| XYZ | 9.58 | 11.99 | 8.83 | - |
| YUV | 93.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 77 | 0.21 | 0 | 0.25 | 0.60 | 110.77 | 0.14 | 0.35 |
| Hex | 51 | 67 | 4D | 15 | 0 | 19 | 3C | 6F | E | 23 |
| Octal | 121 | 147 | 115 | 25 | 0 | 31 | 74 | 157 | 16 | 43 |
| Binary | 1010001 | 1100111 | 1001101 | 10101 | 0 | 11001 | 111100 | 1101111 | 1110 | 100011 |
Color Harmonies of #51674D
Complementary color
Monochromatic Colors of #51674D
Black with #51674D
Text Example
Text Example
White with #51674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51674D; }
p { color: rgb(81,103,77); }
H1.HeaderClassName
{
color: #51674D;
}
.AnyTagClassName
{
color: #51674D;
}
</style>
background-color css
<style>
a { background-color: #51674D; }
a { background-color: rgb(81,103,77); }
div.DivClassName
{
background-color: #51674D;
}
.BgClassName
{
background-color: #51674D;
}
</style>
border-color css
<style>
span { border-color: #51674D; }
span { border-color: rgb(81,103,77); }
td.TdClassName
{
border-color: #51674D;
}
.TagClassName
{
border-color: #51674D;
}
</style>