Shades of Tom Thumb #566D4A
Tints of Tom Thumb #566D4A
RGB
CMYK
RGB Variations
Color information
#566D4A (or 0x566D4A) is known color: Tom Thumb. HEX triplet: 56, 6D and 4A. RGB value is (86,109,74). Sum of RGB (Red+Green+Blue) = 86+109+74=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 109 - color contains mainly: green. Hex color #566D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566D4A is #A992B5. Grayscale: #626262. Windows color (decimal): -11113142 or 4877654. OLE color: 4877654.
HSL color Cylindrical-coordinate representation of color #566D4A: hue angle of 99.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #566D4A is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 109 | 74 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.57 |
| HSL | 99.43º | 0.19% | 0.36% | - |
| HSV(B) | 99.43º | 0.32% | 0.43% | - |
| XYZ | 10.54 | 13.41 | 8.51 | - |
| YUV | 98.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 74 | 0.21 | 0 | 0.32 | 0.57 | 99.43 | 0.19 | 0.36 |
| Hex | 56 | 6D | 4A | 15 | 0 | 20 | 39 | 63 | 13 | 24 |
| Octal | 126 | 155 | 112 | 25 | 0 | 40 | 71 | 143 | 23 | 44 |
| Binary | 1010110 | 1101101 | 1001010 | 10101 | 0 | 100000 | 111001 | 1100011 | 10011 | 100100 |
Color Harmonies of #566D4A
Complementary color
Monochromatic Colors of #566D4A
Black with #566D4A
Text Example
Text Example
White with #566D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D4A; }
p { color: rgb(86,109,74); }
H1.HeaderClassName
{
color: #566D4A;
}
.AnyTagClassName
{
color: #566D4A;
}
</style>
background-color css
<style>
a { background-color: #566D4A; }
a { background-color: rgb(86,109,74); }
div.DivClassName
{
background-color: #566D4A;
}
.BgClassName
{
background-color: #566D4A;
}
</style>
border-color css
<style>
span { border-color: #566D4A; }
span { border-color: rgb(86,109,74); }
td.TdClassName
{
border-color: #566D4A;
}
.TagClassName
{
border-color: #566D4A;
}
</style>