Shades of Peat #746F51
Tints of Peat #746F51
RGB
CMYK
RGB Variations
Color information
#746F51 (or 0x746F51) is known color: Peat. HEX triplet: 74, 6F and 51. RGB value is (116,111,81). Sum of RGB (Red+Green+Blue) = 116+111+81=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #746F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F51 is #8B90AE. Grayscale: #6D6D6D. Windows color (decimal): -9146543 or 5336948. OLE color: 5336948.
HSL color Cylindrical-coordinate representation of color #746F51: hue angle of 51.43º 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 #746F51 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 81 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.55 |
| HSL | 51.43º | 0.18% | 0.39% | - |
| HSV(B) | 51.43º | 0.3% | 0.45% | - |
| XYZ | 14.37 | 15.68 | 10.05 | - |
| YUV | 109.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 81 | 0 | 0.04 | 0.30 | 0.55 | 51.43 | 0.18 | 0.39 |
| Hex | 74 | 6F | 51 | 0 | 4 | 1E | 37 | 33 | 12 | 27 |
| Octal | 164 | 157 | 121 | 0 | 4 | 36 | 67 | 63 | 22 | 47 |
| Binary | 1110100 | 1101111 | 1010001 | 0 | 100 | 11110 | 110111 | 110011 | 10010 | 100111 |
Color Harmonies of #746F51
Complementary color
Monochromatic Colors of #746F51
Black with #746F51
Text Example
Text Example
White with #746F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F51; }
p { color: rgb(116,111,81); }
H1.HeaderClassName
{
color: #746F51;
}
.AnyTagClassName
{
color: #746F51;
}
</style>
background-color css
<style>
a { background-color: #746F51; }
a { background-color: rgb(116,111,81); }
div.DivClassName
{
background-color: #746F51;
}
.BgClassName
{
background-color: #746F51;
}
</style>
border-color css
<style>
span { border-color: #746F51; }
span { border-color: rgb(116,111,81); }
td.TdClassName
{
border-color: #746F51;
}
.TagClassName
{
border-color: #746F51;
}
</style>