Shades of Tom Thumb #56674D
Tints of Tom Thumb #56674D
RGB
CMYK
RGB Variations
Color information
#56674D (or 0x56674D) is known color: Tom Thumb. HEX triplet: 56, 67 and 4D. RGB value is (86,103,77). Sum of RGB (Red+Green+Blue) = 86+103+77=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 103 - color contains mainly: green. Hex color #56674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56674D is #A998B2. Grayscale: #5F5F5F. Windows color (decimal): -11114675 or 5072726. OLE color: 5072726.
HSL color Cylindrical-coordinate representation of color #56674D: hue angle of 99.23º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56674D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 103 | 77 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.60 |
| HSL | 99.23º | 0.14% | 0.35% | - |
| HSV(B) | 99.23º | 0.25% | 0.4% | - |
| XYZ | 10.03 | 12.21 | 8.85 | - |
| YUV | 94.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 77 | 0.17 | 0 | 0.25 | 0.60 | 99.23 | 0.14 | 0.35 |
| Hex | 56 | 67 | 4D | 11 | 0 | 19 | 3C | 63 | E | 23 |
| Octal | 126 | 147 | 115 | 21 | 0 | 31 | 74 | 143 | 16 | 43 |
| Binary | 1010110 | 1100111 | 1001101 | 10001 | 0 | 11001 | 111100 | 1100011 | 1110 | 100011 |
Color Harmonies of #56674D
Complementary color
Monochromatic Colors of #56674D
Black with #56674D
Text Example
Text Example
White with #56674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56674D; }
p { color: rgb(86,103,77); }
H1.HeaderClassName
{
color: #56674D;
}
.AnyTagClassName
{
color: #56674D;
}
</style>
background-color css
<style>
a { background-color: #56674D; }
a { background-color: rgb(86,103,77); }
div.DivClassName
{
background-color: #56674D;
}
.BgClassName
{
background-color: #56674D;
}
</style>
border-color css
<style>
span { border-color: #56674D; }
span { border-color: rgb(86,103,77); }
td.TdClassName
{
border-color: #56674D;
}
.TagClassName
{
border-color: #56674D;
}
</style>