Shades of Peat #746A51
Tints of Peat #746A51
RGB
CMYK
RGB Variations
Color information
#746A51 (or 0x746A51) is known color: Peat. HEX triplet: 74, 6A and 51. RGB value is (116,106,81). Sum of RGB (Red+Green+Blue) = 116+106+81=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #746A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A51 is #8B95AE. Grayscale: #6A6A6A. Windows color (decimal): -9147823 or 5335668. OLE color: 5335668.
HSL color Cylindrical-coordinate representation of color #746A51: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #746A51 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 81 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.55 |
| HSL | 42.86º | 0.18% | 0.39% | - |
| HSV(B) | 42.86º | 0.3% | 0.45% | - |
| XYZ | 13.84 | 14.62 | 9.88 | - |
| YUV | 106.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 81 | 0 | 0.09 | 0.30 | 0.55 | 42.86 | 0.18 | 0.39 |
| Hex | 74 | 6A | 51 | 0 | 9 | 1E | 37 | 2B | 12 | 27 |
| Octal | 164 | 152 | 121 | 0 | 11 | 36 | 67 | 53 | 22 | 47 |
| Binary | 1110100 | 1101010 | 1010001 | 0 | 1001 | 11110 | 110111 | 101011 | 10010 | 100111 |
Color Harmonies of #746A51
Complementary color
Monochromatic Colors of #746A51
Black with #746A51
Text Example
Text Example
White with #746A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A51; }
p { color: rgb(116,106,81); }
H1.HeaderClassName
{
color: #746A51;
}
.AnyTagClassName
{
color: #746A51;
}
</style>
background-color css
<style>
a { background-color: #746A51; }
a { background-color: rgb(116,106,81); }
div.DivClassName
{
background-color: #746A51;
}
.BgClassName
{
background-color: #746A51;
}
</style>
border-color css
<style>
span { border-color: #746A51; }
span { border-color: rgb(116,106,81); }
td.TdClassName
{
border-color: #746A51;
}
.TagClassName
{
border-color: #746A51;
}
</style>