Shades of Peat #746E55
Tints of Peat #746E55
RGB
CMYK
RGB Variations
Color information
#746E55 (or 0x746E55) is known color: Peat. HEX triplet: 74, 6E and 55. RGB value is (116,110,85). Sum of RGB (Red+Green+Blue) = 116+110+85=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #746E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E55 is #8B91AA. Grayscale: #6D6D6D. Windows color (decimal): -9146795 or 5598836. OLE color: 5598836.
HSL color Cylindrical-coordinate representation of color #746E55: hue angle of 48.39º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #746E55 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 85 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.55 |
| HSL | 48.39º | 0.15% | 0.39% | - |
| HSV(B) | 48.39º | 0.27% | 0.45% | - |
| XYZ | 14.42 | 15.52 | 10.83 | - |
| YUV | 108.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 85 | 0 | 0.05 | 0.27 | 0.55 | 48.39 | 0.15 | 0.39 |
| Hex | 74 | 6E | 55 | 0 | 5 | 1B | 37 | 30 | F | 27 |
| Octal | 164 | 156 | 125 | 0 | 5 | 33 | 67 | 60 | 17 | 47 |
| Binary | 1110100 | 1101110 | 1010101 | 0 | 101 | 11011 | 110111 | 110000 | 1111 | 100111 |
Color Harmonies of #746E55
Complementary color
Monochromatic Colors of #746E55
Black with #746E55
Text Example
Text Example
White with #746E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E55; }
p { color: rgb(116,110,85); }
H1.HeaderClassName
{
color: #746E55;
}
.AnyTagClassName
{
color: #746E55;
}
</style>
background-color css
<style>
a { background-color: #746E55; }
a { background-color: rgb(116,110,85); }
div.DivClassName
{
background-color: #746E55;
}
.BgClassName
{
background-color: #746E55;
}
</style>
border-color css
<style>
span { border-color: #746E55; }
span { border-color: rgb(116,110,85); }
td.TdClassName
{
border-color: #746E55;
}
.TagClassName
{
border-color: #746E55;
}
</style>