Shades of Tom Thumb #51654B
Tints of Tom Thumb #51654B
RGB
CMYK
RGB Variations
Color information
#51654B (or 0x51654B) is known color: Tom Thumb. HEX triplet: 51, 65 and 4B. RGB value is (81,101,75). Sum of RGB (Red+Green+Blue) = 81+101+75=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 101 - color contains mainly: green. Hex color #51654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51654B is #AE9AB4. Grayscale: #5C5C5C. Windows color (decimal): -11442869 or 4941137. OLE color: 4941137.
HSL color Cylindrical-coordinate representation of color #51654B: hue angle of 106.15º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51654B is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 101 | 75 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.60 |
| HSL | 106.15º | 0.15% | 0.35% | - |
| HSV(B) | 106.15º | 0.26% | 0.4% | - |
| XYZ | 9.32 | 11.56 | 8.4 | - |
| YUV | 92.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 75 | 0.20 | 0 | 0.26 | 0.60 | 106.15 | 0.15 | 0.35 |
| Hex | 51 | 65 | 4B | 14 | 0 | 1A | 3C | 6A | F | 23 |
| Octal | 121 | 145 | 113 | 24 | 0 | 32 | 74 | 152 | 17 | 43 |
| Binary | 1010001 | 1100101 | 1001011 | 10100 | 0 | 11010 | 111100 | 1101010 | 1111 | 100011 |
Color Harmonies of #51654B
Complementary color
Monochromatic Colors of #51654B
Black with #51654B
Text Example
Text Example
White with #51654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51654B; }
p { color: rgb(81,101,75); }
H1.HeaderClassName
{
color: #51654B;
}
.AnyTagClassName
{
color: #51654B;
}
</style>
background-color css
<style>
a { background-color: #51654B; }
a { background-color: rgb(81,101,75); }
div.DivClassName
{
background-color: #51654B;
}
.BgClassName
{
background-color: #51654B;
}
</style>
border-color css
<style>
span { border-color: #51654B; }
span { border-color: rgb(81,101,75); }
td.TdClassName
{
border-color: #51654B;
}
.TagClassName
{
border-color: #51654B;
}
</style>