Shades of Tom Thumb #56694E
Tints of Tom Thumb #56694E
RGB
CMYK
RGB Variations
Color information
#56694E (or 0x56694E) is known color: Tom Thumb. HEX triplet: 56, 69 and 4E. RGB value is (86,105,78). Sum of RGB (Red+Green+Blue) = 86+105+78=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #56694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56694E is #A996B1. Grayscale: #606060. Windows color (decimal): -11114162 or 5138774. OLE color: 5138774.
HSL color Cylindrical-coordinate representation of color #56694E: hue angle of 102.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56694E is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 105 | 78 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.59 |
| HSL | 102.22º | 0.15% | 0.36% | - |
| HSV(B) | 102.22º | 0.26% | 0.41% | - |
| XYZ | 10.26 | 12.63 | 9.1 | - |
| YUV | 96.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 78 | 0.18 | 0 | 0.26 | 0.59 | 102.22 | 0.15 | 0.36 |
| Hex | 56 | 69 | 4E | 12 | 0 | 1A | 3B | 66 | F | 24 |
| Octal | 126 | 151 | 116 | 22 | 0 | 32 | 73 | 146 | 17 | 44 |
| Binary | 1010110 | 1101001 | 1001110 | 10010 | 0 | 11010 | 111011 | 1100110 | 1111 | 100100 |
Color Harmonies of #56694E
Complementary color
Monochromatic Colors of #56694E
Black with #56694E
Text Example
Text Example
White with #56694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56694E; }
p { color: rgb(86,105,78); }
H1.HeaderClassName
{
color: #56694E;
}
.AnyTagClassName
{
color: #56694E;
}
</style>
background-color css
<style>
a { background-color: #56694E; }
a { background-color: rgb(86,105,78); }
div.DivClassName
{
background-color: #56694E;
}
.BgClassName
{
background-color: #56694E;
}
</style>
border-color css
<style>
span { border-color: #56694E; }
span { border-color: rgb(86,105,78); }
td.TdClassName
{
border-color: #56694E;
}
.TagClassName
{
border-color: #56694E;
}
</style>