Shades of Tom Thumb #51694A
Tints of Tom Thumb #51694A
RGB
CMYK
RGB Variations
Color information
#51694A (or 0x51694A) is known color: Tom Thumb. HEX triplet: 51, 69 and 4A. RGB value is (81,105,74). Sum of RGB (Red+Green+Blue) = 81+105+74=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #51694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51694A is #AE96B5. Grayscale: #5E5E5E. Windows color (decimal): -11441846 or 4876625. OLE color: 4876625.
HSL color Cylindrical-coordinate representation of color #51694A: hue angle of 106.45º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51694A is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 105 | 74 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.59 |
| HSL | 106.45º | 0.17% | 0.35% | - |
| HSV(B) | 106.45º | 0.3% | 0.41% | - |
| XYZ | 9.68 | 12.35 | 8.35 | - |
| YUV | 94.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 105 | 74 | 0.23 | 0 | 0.30 | 0.59 | 106.45 | 0.17 | 0.35 |
| Hex | 51 | 69 | 4A | 17 | 0 | 1E | 3B | 6A | 11 | 23 |
| Octal | 121 | 151 | 112 | 27 | 0 | 36 | 73 | 152 | 21 | 43 |
| Binary | 1010001 | 1101001 | 1001010 | 10111 | 0 | 11110 | 111011 | 1101010 | 10001 | 100011 |
Color Harmonies of #51694A
Complementary color
Monochromatic Colors of #51694A
Black with #51694A
Text Example
Text Example
White with #51694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51694A; }
p { color: rgb(81,105,74); }
H1.HeaderClassName
{
color: #51694A;
}
.AnyTagClassName
{
color: #51694A;
}
</style>
background-color css
<style>
a { background-color: #51694A; }
a { background-color: rgb(81,105,74); }
div.DivClassName
{
background-color: #51694A;
}
.BgClassName
{
background-color: #51694A;
}
</style>
border-color css
<style>
span { border-color: #51694A; }
span { border-color: rgb(81,105,74); }
td.TdClassName
{
border-color: #51694A;
}
.TagClassName
{
border-color: #51694A;
}
</style>