Shades of Peat #746C59
Tints of Peat #746C59
RGB
CMYK
RGB Variations
Color information
#746C59 (or 0x746C59) is known color: Peat. HEX triplet: 74, 6C and 59. RGB value is (116,108,89). Sum of RGB (Red+Green+Blue) = 116+108+89=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #746C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C59 is #8B93A6. Grayscale: #6C6C6C. Windows color (decimal): -9147303 or 5860468. OLE color: 5860468.
HSL color Cylindrical-coordinate representation of color #746C59: hue angle of 42.22º 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 #746C59 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 89 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.55 |
| HSL | 42.22º | 0.13% | 0.4% | - |
| HSV(B) | 42.22º | 0.23% | 0.45% | - |
| XYZ | 14.37 | 15.16 | 11.62 | - |
| YUV | 108.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 89 | 0 | 0.07 | 0.23 | 0.55 | 42.22 | 0.13 | 0.4 |
| Hex | 74 | 6C | 59 | 0 | 7 | 17 | 37 | 2A | D | 28 |
| Octal | 164 | 154 | 131 | 0 | 7 | 27 | 67 | 52 | 15 | 50 |
| Binary | 1110100 | 1101100 | 1011001 | 0 | 111 | 10111 | 110111 | 101010 | 1101 | 101000 |
Color Harmonies of #746C59
Complementary color
Monochromatic Colors of #746C59
Black with #746C59
Text Example
Text Example
White with #746C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C59; }
p { color: rgb(116,108,89); }
H1.HeaderClassName
{
color: #746C59;
}
.AnyTagClassName
{
color: #746C59;
}
</style>
background-color css
<style>
a { background-color: #746C59; }
a { background-color: rgb(116,108,89); }
div.DivClassName
{
background-color: #746C59;
}
.BgClassName
{
background-color: #746C59;
}
</style>
border-color css
<style>
span { border-color: #746C59; }
span { border-color: rgb(116,108,89); }
td.TdClassName
{
border-color: #746C59;
}
.TagClassName
{
border-color: #746C59;
}
</style>