Shades of Peat #736C54
Tints of Peat #736C54
RGB
CMYK
RGB Variations
Color information
#736C54 (or 0x736C54) is known color: Peat. HEX triplet: 73, 6C and 54. RGB value is (115,108,84). Sum of RGB (Red+Green+Blue) = 115+108+84=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #736C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C54 is #8C93AB. Grayscale: #6B6B6B. Windows color (decimal): -9212844 or 5532787. OLE color: 5532787.
HSL color Cylindrical-coordinate representation of color #736C54: hue angle of 46.45º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #736C54 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 84 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.55 |
| HSL | 46.45º | 0.16% | 0.39% | - |
| HSV(B) | 46.45º | 0.27% | 0.45% | - |
| XYZ | 14.03 | 15.01 | 10.55 | - |
| YUV | 107.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 84 | 0 | 0.06 | 0.27 | 0.55 | 46.45 | 0.16 | 0.39 |
| Hex | 73 | 6C | 54 | 0 | 6 | 1B | 37 | 2E | 10 | 27 |
| Octal | 163 | 154 | 124 | 0 | 6 | 33 | 67 | 56 | 20 | 47 |
| Binary | 1110011 | 1101100 | 1010100 | 0 | 110 | 11011 | 110111 | 101110 | 10000 | 100111 |
Color Harmonies of #736C54
Complementary color
Monochromatic Colors of #736C54
Black with #736C54
Text Example
Text Example
White with #736C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C54; }
p { color: rgb(115,108,84); }
H1.HeaderClassName
{
color: #736C54;
}
.AnyTagClassName
{
color: #736C54;
}
</style>
background-color css
<style>
a { background-color: #736C54; }
a { background-color: rgb(115,108,84); }
div.DivClassName
{
background-color: #736C54;
}
.BgClassName
{
background-color: #736C54;
}
</style>
border-color css
<style>
span { border-color: #736C54; }
span { border-color: rgb(115,108,84); }
td.TdClassName
{
border-color: #736C54;
}
.TagClassName
{
border-color: #736C54;
}
</style>