Shades of Tom Thumb #56674F
Tints of Tom Thumb #56674F
RGB
CMYK
RGB Variations
Color information
#56674F (or 0x56674F) is known color: Tom Thumb. HEX triplet: 56, 67 and 4F. RGB value is (86,103,79). Sum of RGB (Red+Green+Blue) = 86+103+79=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 103 - color contains mainly: green. Hex color #56674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56674F is #A998B0. Grayscale: #5F5F5F. Windows color (decimal): -11114673 or 5203798. OLE color: 5203798.
HSL color Cylindrical-coordinate representation of color #56674F: hue angle of 102.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56674F is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 103 | 79 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.60 |
| HSL | 102.5º | 0.13% | 0.36% | - |
| HSV(B) | 102.5º | 0.23% | 0.4% | - |
| XYZ | 10.1 | 12.24 | 9.23 | - |
| YUV | 95.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 79 | 0.17 | 0 | 0.23 | 0.60 | 102.5 | 0.13 | 0.36 |
| Hex | 56 | 67 | 4F | 11 | 0 | 17 | 3C | 66 | D | 24 |
| Octal | 126 | 147 | 117 | 21 | 0 | 27 | 74 | 146 | 15 | 44 |
| Binary | 1010110 | 1100111 | 1001111 | 10001 | 0 | 10111 | 111100 | 1100110 | 1101 | 100100 |
Color Harmonies of #56674F
Complementary color
Monochromatic Colors of #56674F
Black with #56674F
Text Example
Text Example
White with #56674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56674F; }
p { color: rgb(86,103,79); }
H1.HeaderClassName
{
color: #56674F;
}
.AnyTagClassName
{
color: #56674F;
}
</style>
background-color css
<style>
a { background-color: #56674F; }
a { background-color: rgb(86,103,79); }
div.DivClassName
{
background-color: #56674F;
}
.BgClassName
{
background-color: #56674F;
}
</style>
border-color css
<style>
span { border-color: #56674F; }
span { border-color: rgb(86,103,79); }
td.TdClassName
{
border-color: #56674F;
}
.TagClassName
{
border-color: #56674F;
}
</style>