Shades of Tom Thumb #4D6546
Tints of Tom Thumb #4D6546
RGB
CMYK
RGB Variations
Color information
#4D6546 (or 0x4D6546) is known color: Tom Thumb. HEX triplet: 4D, 65 and 46. RGB value is (77,101,70). Sum of RGB (Red+Green+Blue) = 77+101+70=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #4D6546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6546 is #B29AB9. Grayscale: #5A5A5A. Windows color (decimal): -11705018 or 4613453. OLE color: 4613453.
HSL color Cylindrical-coordinate representation of color #4D6546: hue angle of 106.45º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D6546 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 70 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.60 |
| HSL | 106.45º | 0.18% | 0.34% | - |
| HSV(B) | 106.45º | 0.31% | 0.4% | - |
| XYZ | 8.82 | 11.33 | 7.52 | - |
| YUV | 90.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 70 | 0.24 | 0 | 0.31 | 0.60 | 106.45 | 0.18 | 0.34 |
| Hex | 4D | 65 | 46 | 18 | 0 | 1F | 3C | 6A | 12 | 22 |
| Octal | 115 | 145 | 106 | 30 | 0 | 37 | 74 | 152 | 22 | 42 |
| Binary | 1001101 | 1100101 | 1000110 | 11000 | 0 | 11111 | 111100 | 1101010 | 10010 | 100010 |
Color Harmonies of #4D6546
Complementary color
Monochromatic Colors of #4D6546
Black with #4D6546
Text Example
Text Example
White with #4D6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6546; }
p { color: rgb(77,101,70); }
H1.HeaderClassName
{
color: #4D6546;
}
.AnyTagClassName
{
color: #4D6546;
}
</style>
background-color css
<style>
a { background-color: #4D6546; }
a { background-color: rgb(77,101,70); }
div.DivClassName
{
background-color: #4D6546;
}
.BgClassName
{
background-color: #4D6546;
}
</style>
border-color css
<style>
span { border-color: #4D6546; }
span { border-color: rgb(77,101,70); }
td.TdClassName
{
border-color: #4D6546;
}
.TagClassName
{
border-color: #4D6546;
}
</style>