Shades of Peat #736B56
Tints of Peat #736B56
RGB
CMYK
RGB Variations
Color information
#736B56 (or 0x736B56) is known color: Peat. HEX triplet: 73, 6B and 56. RGB value is (115,107,86). Sum of RGB (Red+Green+Blue) = 115+107+86=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #736B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B56 is #8C94A9. Grayscale: #6B6B6B. Windows color (decimal): -9213098 or 5663603. OLE color: 5663603.
HSL color Cylindrical-coordinate representation of color #736B56: hue angle of 43.45º 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 #736B56 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 86 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.55 |
| HSL | 43.45º | 0.14% | 0.39% | - |
| HSV(B) | 43.45º | 0.25% | 0.45% | - |
| XYZ | 14.01 | 14.83 | 10.93 | - |
| YUV | 107 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 86 | 0 | 0.07 | 0.25 | 0.55 | 43.45 | 0.14 | 0.39 |
| Hex | 73 | 6B | 56 | 0 | 7 | 19 | 37 | 2B | E | 27 |
| Octal | 163 | 153 | 126 | 0 | 7 | 31 | 67 | 53 | 16 | 47 |
| Binary | 1110011 | 1101011 | 1010110 | 0 | 111 | 11001 | 110111 | 101011 | 1110 | 100111 |
Color Harmonies of #736B56
Complementary color
Monochromatic Colors of #736B56
Black with #736B56
Text Example
Text Example
White with #736B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B56; }
p { color: rgb(115,107,86); }
H1.HeaderClassName
{
color: #736B56;
}
.AnyTagClassName
{
color: #736B56;
}
</style>
background-color css
<style>
a { background-color: #736B56; }
a { background-color: rgb(115,107,86); }
div.DivClassName
{
background-color: #736B56;
}
.BgClassName
{
background-color: #736B56;
}
</style>
border-color css
<style>
span { border-color: #736B56; }
span { border-color: rgb(115,107,86); }
td.TdClassName
{
border-color: #736B56;
}
.TagClassName
{
border-color: #736B56;
}
</style>