Shades of Tom Thumb #4F6543
Tints of Tom Thumb #4F6543
RGB
CMYK
RGB Variations
Color information
#4F6543 (or 0x4F6543) is known color: Tom Thumb. HEX triplet: 4F, 65 and 43. RGB value is (79,101,67). Sum of RGB (Red+Green+Blue) = 79+101+67=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6543 is #B09ABC. Grayscale: #5A5A5A. Windows color (decimal): -11573949 or 4416847. OLE color: 4416847.
HSL color Cylindrical-coordinate representation of color #4F6543: hue angle of 98.82º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F6543 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 101 | 67 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.60 |
| HSL | 98.82º | 0.2% | 0.33% | - |
| HSV(B) | 98.82º | 0.34% | 0.4% | - |
| XYZ | 8.89 | 11.37 | 7.04 | - |
| YUV | 90.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 67 | 0.22 | 0 | 0.34 | 0.60 | 98.82 | 0.2 | 0.33 |
| Hex | 4F | 65 | 43 | 16 | 0 | 22 | 3C | 63 | 14 | 21 |
| Octal | 117 | 145 | 103 | 26 | 0 | 42 | 74 | 143 | 24 | 41 |
| Binary | 1001111 | 1100101 | 1000011 | 10110 | 0 | 100010 | 111100 | 1100011 | 10100 | 100001 |
Color Harmonies of #4F6543
Complementary color
Monochromatic Colors of #4F6543
Black with #4F6543
Text Example
Text Example
White with #4F6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6543; }
p { color: rgb(79,101,67); }
H1.HeaderClassName
{
color: #4F6543;
}
.AnyTagClassName
{
color: #4F6543;
}
</style>
background-color css
<style>
a { background-color: #4F6543; }
a { background-color: rgb(79,101,67); }
div.DivClassName
{
background-color: #4F6543;
}
.BgClassName
{
background-color: #4F6543;
}
</style>
border-color css
<style>
span { border-color: #4F6543; }
span { border-color: rgb(79,101,67); }
td.TdClassName
{
border-color: #4F6543;
}
.TagClassName
{
border-color: #4F6543;
}
</style>