Shades of Tom Thumb #57694D
Tints of Tom Thumb #57694D
RGB
CMYK
RGB Variations
Color information
#57694D (or 0x57694D) is known color: Tom Thumb. HEX triplet: 57, 69 and 4D. RGB value is (87,105,77). Sum of RGB (Red+Green+Blue) = 87+105+77=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #57694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57694D is #A896B2. Grayscale: #606060. Windows color (decimal): -11048627 or 5073239. OLE color: 5073239.
HSL color Cylindrical-coordinate representation of color #57694D: hue angle of 98.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57694D is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 105 | 77 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.59 |
| HSL | 98.57º | 0.15% | 0.36% | - |
| HSV(B) | 98.57º | 0.27% | 0.41% | - |
| XYZ | 10.32 | 12.67 | 8.92 | - |
| YUV | 96.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 77 | 0.17 | 0 | 0.27 | 0.59 | 98.57 | 0.15 | 0.36 |
| Hex | 57 | 69 | 4D | 11 | 0 | 1B | 3B | 63 | F | 24 |
| Octal | 127 | 151 | 115 | 21 | 0 | 33 | 73 | 143 | 17 | 44 |
| Binary | 1010111 | 1101001 | 1001101 | 10001 | 0 | 11011 | 111011 | 1100011 | 1111 | 100100 |
Color Harmonies of #57694D
Complementary color
Monochromatic Colors of #57694D
Black with #57694D
Text Example
Text Example
White with #57694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57694D; }
p { color: rgb(87,105,77); }
H1.HeaderClassName
{
color: #57694D;
}
.AnyTagClassName
{
color: #57694D;
}
</style>
background-color css
<style>
a { background-color: #57694D; }
a { background-color: rgb(87,105,77); }
div.DivClassName
{
background-color: #57694D;
}
.BgClassName
{
background-color: #57694D;
}
</style>
border-color css
<style>
span { border-color: #57694D; }
span { border-color: rgb(87,105,77); }
td.TdClassName
{
border-color: #57694D;
}
.TagClassName
{
border-color: #57694D;
}
</style>