Shades of Tom Thumb #56684D
Tints of Tom Thumb #56684D
RGB
CMYK
RGB Variations
Color information
#56684D (or 0x56684D) is known color: Tom Thumb. HEX triplet: 56, 68 and 4D. RGB value is (86,104,77). Sum of RGB (Red+Green+Blue) = 86+104+77=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #56684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56684D is #A997B2. Grayscale: #5F5F5F. Windows color (decimal): -11114419 or 5072982. OLE color: 5072982.
HSL color Cylindrical-coordinate representation of color #56684D: hue angle of 100º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56684D is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 104 | 77 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.59 |
| HSL | 100º | 0.15% | 0.35% | - |
| HSV(B) | 100º | 0.26% | 0.41% | - |
| XYZ | 10.13 | 12.41 | 8.88 | - |
| YUV | 95.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 77 | 0.17 | 0 | 0.26 | 0.59 | 100 | 0.15 | 0.35 |
| Hex | 56 | 68 | 4D | 11 | 0 | 1A | 3B | 64 | F | 23 |
| Octal | 126 | 150 | 115 | 21 | 0 | 32 | 73 | 144 | 17 | 43 |
| Binary | 1010110 | 1101000 | 1001101 | 10001 | 0 | 11010 | 111011 | 1100100 | 1111 | 100011 |
Color Harmonies of #56684D
Complementary color
Monochromatic Colors of #56684D
Black with #56684D
Text Example
Text Example
White with #56684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56684D; }
p { color: rgb(86,104,77); }
H1.HeaderClassName
{
color: #56684D;
}
.AnyTagClassName
{
color: #56684D;
}
</style>
background-color css
<style>
a { background-color: #56684D; }
a { background-color: rgb(86,104,77); }
div.DivClassName
{
background-color: #56684D;
}
.BgClassName
{
background-color: #56684D;
}
</style>
border-color css
<style>
span { border-color: #56684D; }
span { border-color: rgb(86,104,77); }
td.TdClassName
{
border-color: #56684D;
}
.TagClassName
{
border-color: #56684D;
}
</style>