Shades of Peat #746D56
Tints of Peat #746D56
RGB
CMYK
RGB Variations
Color information
#746D56 (or 0x746D56) is known color: Peat. HEX triplet: 74, 6D and 56. RGB value is (116,109,86). Sum of RGB (Red+Green+Blue) = 116+109+86=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #746D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D56 is #8B92A9. Grayscale: #6C6C6C. Windows color (decimal): -9147050 or 5664116. OLE color: 5664116.
HSL color Cylindrical-coordinate representation of color #746D56: hue angle of 46º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746D56 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 86 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.55 |
| HSL | 46º | 0.15% | 0.4% | - |
| HSV(B) | 46º | 0.26% | 0.45% | - |
| XYZ | 14.35 | 15.32 | 11.01 | - |
| YUV | 108.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 86 | 0 | 0.06 | 0.26 | 0.55 | 46 | 0.15 | 0.4 |
| Hex | 74 | 6D | 56 | 0 | 6 | 1A | 37 | 2E | F | 28 |
| Octal | 164 | 155 | 126 | 0 | 6 | 32 | 67 | 56 | 17 | 50 |
| Binary | 1110100 | 1101101 | 1010110 | 0 | 110 | 11010 | 110111 | 101110 | 1111 | 101000 |
Color Harmonies of #746D56
Complementary color
Monochromatic Colors of #746D56
Black with #746D56
Text Example
Text Example
White with #746D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D56; }
p { color: rgb(116,109,86); }
H1.HeaderClassName
{
color: #746D56;
}
.AnyTagClassName
{
color: #746D56;
}
</style>
background-color css
<style>
a { background-color: #746D56; }
a { background-color: rgb(116,109,86); }
div.DivClassName
{
background-color: #746D56;
}
.BgClassName
{
background-color: #746D56;
}
</style>
border-color css
<style>
span { border-color: #746D56; }
span { border-color: rgb(116,109,86); }
td.TdClassName
{
border-color: #746D56;
}
.TagClassName
{
border-color: #746D56;
}
</style>