Shades of Peat #736F56
Tints of Peat #736F56
RGB
CMYK
RGB Variations
Color information
#736F56 (or 0x736F56) is known color: Peat. HEX triplet: 73, 6F and 56. RGB value is (115,111,86). Sum of RGB (Red+Green+Blue) = 115+111+86=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #736F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F56 is #8C90A9. Grayscale: #6D6D6D. Windows color (decimal): -9212074 or 5664627. OLE color: 5664627.
HSL color Cylindrical-coordinate representation of color #736F56: hue angle of 51.72º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #736F56 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 86 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.55 |
| HSL | 51.72º | 0.14% | 0.39% | - |
| HSV(B) | 51.72º | 0.25% | 0.45% | - |
| XYZ | 14.43 | 15.69 | 11.07 | - |
| YUV | 109.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 86 | 0 | 0.03 | 0.25 | 0.55 | 51.72 | 0.14 | 0.39 |
| Hex | 73 | 6F | 56 | 0 | 3 | 19 | 37 | 34 | E | 27 |
| Octal | 163 | 157 | 126 | 0 | 3 | 31 | 67 | 64 | 16 | 47 |
| Binary | 1110011 | 1101111 | 1010110 | 0 | 11 | 11001 | 110111 | 110100 | 1110 | 100111 |
Color Harmonies of #736F56
Complementary color
Monochromatic Colors of #736F56
Black with #736F56
Text Example
Text Example
White with #736F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F56; }
p { color: rgb(115,111,86); }
H1.HeaderClassName
{
color: #736F56;
}
.AnyTagClassName
{
color: #736F56;
}
</style>
background-color css
<style>
a { background-color: #736F56; }
a { background-color: rgb(115,111,86); }
div.DivClassName
{
background-color: #736F56;
}
.BgClassName
{
background-color: #736F56;
}
</style>
border-color css
<style>
span { border-color: #736F56; }
span { border-color: rgb(115,111,86); }
td.TdClassName
{
border-color: #736F56;
}
.TagClassName
{
border-color: #736F56;
}
</style>