Shades of Tom Thumb #4C663F
Tints of Tom Thumb #4C663F
RGB
CMYK
RGB Variations
Color information
#4C663F (or 0x4C663F) is known color: Tom Thumb. HEX triplet: 4C, 66 and 3F. RGB value is (76,102,63). Sum of RGB (Red+Green+Blue) = 76+102+63=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #4C663F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C663F is #B399C0. Grayscale: #595959. Windows color (decimal): -11770305 or 4154956. OLE color: 4154956.
HSL color Cylindrical-coordinate representation of color #4C663F: hue angle of 100º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C663F is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 102 | 63 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.6 |
| HSL | 100º | 0.24% | 0.32% | - |
| HSV(B) | 100º | 0.38% | 0.4% | - |
| XYZ | 8.63 | 11.4 | 6.45 | - |
| YUV | 89.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 102 | 63 | 0.25 | 0 | 0.38 | 0.6 | 100 | 0.24 | 0.32 |
| Hex | 4C | 66 | 3F | 19 | 0 | 26 | 3C | 64 | 18 | 20 |
| Octal | 114 | 146 | 77 | 31 | 0 | 46 | 74 | 144 | 30 | 40 |
| Binary | 1001100 | 1100110 | 111111 | 11001 | 0 | 100110 | 111100 | 1100100 | 11000 | 100000 |
Color Harmonies of #4C663F
Complementary color
Monochromatic Colors of #4C663F
Black with #4C663F
Text Example
Text Example
White with #4C663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C663F; }
p { color: rgb(76,102,63); }
H1.HeaderClassName
{
color: #4C663F;
}
.AnyTagClassName
{
color: #4C663F;
}
</style>
background-color css
<style>
a { background-color: #4C663F; }
a { background-color: rgb(76,102,63); }
div.DivClassName
{
background-color: #4C663F;
}
.BgClassName
{
background-color: #4C663F;
}
</style>
border-color css
<style>
span { border-color: #4C663F; }
span { border-color: rgb(76,102,63); }
td.TdClassName
{
border-color: #4C663F;
}
.TagClassName
{
border-color: #4C663F;
}
</style>