Shades of Peat #736D5A
Tints of Peat #736D5A
RGB
CMYK
RGB Variations
Color information
#736D5A (or 0x736D5A) is known color: Peat. HEX triplet: 73, 6D and 5A. RGB value is (115,109,90). Sum of RGB (Red+Green+Blue) = 115+109+90=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #736D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D5A is #8C92A5. Grayscale: #6C6C6C. Windows color (decimal): -9212582 or 5926259. OLE color: 5926259.
HSL color Cylindrical-coordinate representation of color #736D5A: hue angle of 45.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #736D5A is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 90 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.55 |
| HSL | 45.6º | 0.12% | 0.4% | - |
| HSV(B) | 45.6º | 0.22% | 0.45% | - |
| XYZ | 14.38 | 15.32 | 11.87 | - |
| YUV | 108.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 90 | 0 | 0.05 | 0.22 | 0.55 | 45.6 | 0.12 | 0.4 |
| Hex | 73 | 6D | 5A | 0 | 5 | 16 | 37 | 2E | C | 28 |
| Octal | 163 | 155 | 132 | 0 | 5 | 26 | 67 | 56 | 14 | 50 |
| Binary | 1110011 | 1101101 | 1011010 | 0 | 101 | 10110 | 110111 | 101110 | 1100 | 101000 |
Color Harmonies of #736D5A
Complementary color
Monochromatic Colors of #736D5A
Black with #736D5A
Text Example
Text Example
White with #736D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D5A; }
p { color: rgb(115,109,90); }
H1.HeaderClassName
{
color: #736D5A;
}
.AnyTagClassName
{
color: #736D5A;
}
</style>
background-color css
<style>
a { background-color: #736D5A; }
a { background-color: rgb(115,109,90); }
div.DivClassName
{
background-color: #736D5A;
}
.BgClassName
{
background-color: #736D5A;
}
</style>
border-color css
<style>
span { border-color: #736D5A; }
span { border-color: rgb(115,109,90); }
td.TdClassName
{
border-color: #736D5A;
}
.TagClassName
{
border-color: #736D5A;
}
</style>