Shades of Peat #746D59
Tints of Peat #746D59
RGB
CMYK
RGB Variations
Color information
#746D59 (or 0x746D59) is known color: Peat. HEX triplet: 74, 6D and 59. RGB value is (116,109,89). Sum of RGB (Red+Green+Blue) = 116+109+89=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #746D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D59 is #8B92A6. Grayscale: #6C6C6C. Windows color (decimal): -9147047 or 5860724. OLE color: 5860724.
HSL color Cylindrical-coordinate representation of color #746D59: hue angle of 44.44º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746D59 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 89 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.55 |
| HSL | 44.44º | 0.13% | 0.4% | - |
| HSV(B) | 44.44º | 0.23% | 0.45% | - |
| XYZ | 14.47 | 15.37 | 11.66 | - |
| YUV | 108.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 89 | 0 | 0.06 | 0.23 | 0.55 | 44.44 | 0.13 | 0.4 |
| Hex | 74 | 6D | 59 | 0 | 6 | 17 | 37 | 2C | D | 28 |
| Octal | 164 | 155 | 131 | 0 | 6 | 27 | 67 | 54 | 15 | 50 |
| Binary | 1110100 | 1101101 | 1011001 | 0 | 110 | 10111 | 110111 | 101100 | 1101 | 101000 |
Color Harmonies of #746D59
Complementary color
Monochromatic Colors of #746D59
Black with #746D59
Text Example
Text Example
White with #746D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D59; }
p { color: rgb(116,109,89); }
H1.HeaderClassName
{
color: #746D59;
}
.AnyTagClassName
{
color: #746D59;
}
</style>
background-color css
<style>
a { background-color: #746D59; }
a { background-color: rgb(116,109,89); }
div.DivClassName
{
background-color: #746D59;
}
.BgClassName
{
background-color: #746D59;
}
</style>
border-color css
<style>
span { border-color: #746D59; }
span { border-color: rgb(116,109,89); }
td.TdClassName
{
border-color: #746D59;
}
.TagClassName
{
border-color: #746D59;
}
</style>