Shades of Peat #736B51
Tints of Peat #736B51
RGB
CMYK
RGB Variations
Color information
#736B51 (or 0x736B51) is known color: Peat. HEX triplet: 73, 6B and 51. RGB value is (115,107,81). Sum of RGB (Red+Green+Blue) = 115+107+81=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #736B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B51 is #8C94AE. Grayscale: #6A6A6A. Windows color (decimal): -9213103 or 5335923. OLE color: 5335923.
HSL color Cylindrical-coordinate representation of color #736B51: hue angle of 45.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736B51 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 81 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.55 |
| HSL | 45.88º | 0.17% | 0.38% | - |
| HSV(B) | 45.88º | 0.3% | 0.45% | - |
| XYZ | 13.81 | 14.75 | 9.9 | - |
| YUV | 106.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 81 | 0 | 0.07 | 0.30 | 0.55 | 45.88 | 0.17 | 0.38 |
| Hex | 73 | 6B | 51 | 0 | 7 | 1E | 37 | 2E | 11 | 26 |
| Octal | 163 | 153 | 121 | 0 | 7 | 36 | 67 | 56 | 21 | 46 |
| Binary | 1110011 | 1101011 | 1010001 | 0 | 111 | 11110 | 110111 | 101110 | 10001 | 100110 |
Color Harmonies of #736B51
Complementary color
Monochromatic Colors of #736B51
Black with #736B51
Text Example
Text Example
White with #736B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B51; }
p { color: rgb(115,107,81); }
H1.HeaderClassName
{
color: #736B51;
}
.AnyTagClassName
{
color: #736B51;
}
</style>
background-color css
<style>
a { background-color: #736B51; }
a { background-color: rgb(115,107,81); }
div.DivClassName
{
background-color: #736B51;
}
.BgClassName
{
background-color: #736B51;
}
</style>
border-color css
<style>
span { border-color: #736B51; }
span { border-color: rgb(115,107,81); }
td.TdClassName
{
border-color: #736B51;
}
.TagClassName
{
border-color: #736B51;
}
</style>