Shades of Tom Thumb #506C48
Tints of Tom Thumb #506C48
RGB
CMYK
RGB Variations
Color information
#506C48 (or 0x506C48) is known color: Tom Thumb. HEX triplet: 50, 6C and 48. RGB value is (80,108,72). Sum of RGB (Red+Green+Blue) = 80+108+72=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 108 - color contains mainly: green. Hex color #506C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506C48 is #AF93B7. Grayscale: #5F5F5F. Windows color (decimal): -11506616 or 4746320. OLE color: 4746320.
HSL color Cylindrical-coordinate representation of color #506C48: hue angle of 106.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506C48 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 108 | 72 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.58 |
| HSL | 106.67º | 0.2% | 0.35% | - |
| HSV(B) | 106.67º | 0.33% | 0.42% | - |
| XYZ | 9.84 | 12.9 | 8.1 | - |
| YUV | 95.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 72 | 0.26 | 0 | 0.33 | 0.58 | 106.67 | 0.2 | 0.35 |
| Hex | 50 | 6C | 48 | 1A | 0 | 21 | 3A | 6B | 14 | 23 |
| Octal | 120 | 154 | 110 | 32 | 0 | 41 | 72 | 153 | 24 | 43 |
| Binary | 1010000 | 1101100 | 1001000 | 11010 | 0 | 100001 | 111010 | 1101011 | 10100 | 100011 |
Color Harmonies of #506C48
Complementary color
Monochromatic Colors of #506C48
Black with #506C48
Text Example
Text Example
White with #506C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C48; }
p { color: rgb(80,108,72); }
H1.HeaderClassName
{
color: #506C48;
}
.AnyTagClassName
{
color: #506C48;
}
</style>
background-color css
<style>
a { background-color: #506C48; }
a { background-color: rgb(80,108,72); }
div.DivClassName
{
background-color: #506C48;
}
.BgClassName
{
background-color: #506C48;
}
</style>
border-color css
<style>
span { border-color: #506C48; }
span { border-color: rgb(80,108,72); }
td.TdClassName
{
border-color: #506C48;
}
.TagClassName
{
border-color: #506C48;
}
</style>