Shades of Peat #796D51
Tints of Peat #796D51
RGB
CMYK
RGB Variations
Color information
#796D51 (or 0x796D51) is known color: Peat. HEX triplet: 79, 6D and 51. RGB value is (121,109,81). Sum of RGB (Red+Green+Blue) = 121+109+81=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #796D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D51 is #8692AE. Grayscale: #6D6D6D. Windows color (decimal): -8819375 or 5336441. OLE color: 5336441.
HSL color Cylindrical-coordinate representation of color #796D51: hue angle of 42º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #796D51 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 109 | 81 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.53 |
| HSL | 42º | 0.2% | 0.4% | - |
| HSV(B) | 42º | 0.33% | 0.47% | - |
| XYZ | 14.84 | 15.6 | 10.01 | - |
| YUV | 109.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 81 | 0 | 0.10 | 0.33 | 0.53 | 42 | 0.2 | 0.4 |
| Hex | 79 | 6D | 51 | 0 | A | 21 | 35 | 2A | 14 | 28 |
| Octal | 171 | 155 | 121 | 0 | 12 | 41 | 65 | 52 | 24 | 50 |
| Binary | 1111001 | 1101101 | 1010001 | 0 | 1010 | 100001 | 110101 | 101010 | 10100 | 101000 |
Color Harmonies of #796D51
Complementary color
Monochromatic Colors of #796D51
Black with #796D51
Text Example
Text Example
White with #796D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D51; }
p { color: rgb(121,109,81); }
H1.HeaderClassName
{
color: #796D51;
}
.AnyTagClassName
{
color: #796D51;
}
</style>
background-color css
<style>
a { background-color: #796D51; }
a { background-color: rgb(121,109,81); }
div.DivClassName
{
background-color: #796D51;
}
.BgClassName
{
background-color: #796D51;
}
</style>
border-color css
<style>
span { border-color: #796D51; }
span { border-color: rgb(121,109,81); }
td.TdClassName
{
border-color: #796D51;
}
.TagClassName
{
border-color: #796D51;
}
</style>