Shades of Tom Thumb #506646
Tints of Tom Thumb #506646
RGB
CMYK
RGB Variations
Color information
#506646 (or 0x506646) is known color: Tom Thumb. HEX triplet: 50, 66 and 46. RGB value is (80,102,70). Sum of RGB (Red+Green+Blue) = 80+102+70=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #506646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506646 is #AF99B9. Grayscale: #5B5B5B. Windows color (decimal): -11508154 or 4613712. OLE color: 4613712.
HSL color Cylindrical-coordinate representation of color #506646: hue angle of 101.25º degrees, saturation: 0.19, 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 #506646 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 70 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.6 |
| HSL | 101.25º | 0.19% | 0.34% | - |
| HSV(B) | 101.25º | 0.31% | 0.4% | - |
| XYZ | 9.17 | 11.65 | 7.56 | - |
| YUV | 91.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 70 | 0.22 | 0 | 0.31 | 0.6 | 101.25 | 0.19 | 0.34 |
| Hex | 50 | 66 | 46 | 16 | 0 | 1F | 3C | 65 | 13 | 22 |
| Octal | 120 | 146 | 106 | 26 | 0 | 37 | 74 | 145 | 23 | 42 |
| Binary | 1010000 | 1100110 | 1000110 | 10110 | 0 | 11111 | 111100 | 1100101 | 10011 | 100010 |
Color Harmonies of #506646
Complementary color
Monochromatic Colors of #506646
Black with #506646
Text Example
Text Example
White with #506646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506646; }
p { color: rgb(80,102,70); }
H1.HeaderClassName
{
color: #506646;
}
.AnyTagClassName
{
color: #506646;
}
</style>
background-color css
<style>
a { background-color: #506646; }
a { background-color: rgb(80,102,70); }
div.DivClassName
{
background-color: #506646;
}
.BgClassName
{
background-color: #506646;
}
</style>
border-color css
<style>
span { border-color: #506646; }
span { border-color: rgb(80,102,70); }
td.TdClassName
{
border-color: #506646;
}
.TagClassName
{
border-color: #506646;
}
</style>