Shades of Tom Thumb #566E48
Tints of Tom Thumb #566E48
RGB
CMYK
RGB Variations
Color information
#566E48 (or 0x566E48) is known color: Tom Thumb. HEX triplet: 56, 6E and 48. RGB value is (86,110,72). Sum of RGB (Red+Green+Blue) = 86+110+72=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 110 - color contains mainly: green. Hex color #566E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566E48 is #A991B7. Grayscale: #626262. Windows color (decimal): -11112888 or 4746838. OLE color: 4746838.
HSL color Cylindrical-coordinate representation of color #566E48: hue angle of 97.89º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #566E48 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 72 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.57 |
| HSL | 97.89º | 0.21% | 0.36% | - |
| HSV(B) | 97.89º | 0.35% | 0.43% | - |
| XYZ | 10.58 | 13.6 | 8.2 | - |
| YUV | 98.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 72 | 0.22 | 0 | 0.35 | 0.57 | 97.89 | 0.21 | 0.36 |
| Hex | 56 | 6E | 48 | 16 | 0 | 23 | 39 | 62 | 15 | 24 |
| Octal | 126 | 156 | 110 | 26 | 0 | 43 | 71 | 142 | 25 | 44 |
| Binary | 1010110 | 1101110 | 1001000 | 10110 | 0 | 100011 | 111001 | 1100010 | 10101 | 100100 |
Color Harmonies of #566E48
Complementary color
Monochromatic Colors of #566E48
Black with #566E48
Text Example
Text Example
White with #566E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E48; }
p { color: rgb(86,110,72); }
H1.HeaderClassName
{
color: #566E48;
}
.AnyTagClassName
{
color: #566E48;
}
</style>
background-color css
<style>
a { background-color: #566E48; }
a { background-color: rgb(86,110,72); }
div.DivClassName
{
background-color: #566E48;
}
.BgClassName
{
background-color: #566E48;
}
</style>
border-color css
<style>
span { border-color: #566E48; }
span { border-color: rgb(86,110,72); }
td.TdClassName
{
border-color: #566E48;
}
.TagClassName
{
border-color: #566E48;
}
</style>