Shades of Sandstone #736C60
Tints of Sandstone #736C60
RGB
CMYK
RGB Variations
Color information
#736C60 (or 0x736C60) is known color: Sandstone. HEX triplet: 73, 6C and 60. RGB value is (115,108,96). Sum of RGB (Red+Green+Blue) = 115+108+96=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #736C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C60 is #8C939F. Grayscale: #6C6C6C. Windows color (decimal): -9212832 or 6319219. OLE color: 6319219.
HSL color Cylindrical-coordinate representation of color #736C60: hue angle of 37.89º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736C60 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 96 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.55 |
| HSL | 37.89º | 0.09% | 0.41% | - |
| HSV(B) | 37.89º | 0.17% | 0.45% | - |
| XYZ | 14.54 | 15.21 | 13.24 | - |
| YUV | 108.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 96 | 0 | 0.06 | 0.17 | 0.55 | 37.89 | 0.09 | 0.41 |
| Hex | 73 | 6C | 60 | 0 | 6 | 11 | 37 | 26 | 9 | 29 |
| Octal | 163 | 154 | 140 | 0 | 6 | 21 | 67 | 46 | 11 | 51 |
| Binary | 1110011 | 1101100 | 1100000 | 0 | 110 | 10001 | 110111 | 100110 | 1001 | 101001 |
Color Harmonies of #736C60
Complementary color
Monochromatic Colors of #736C60
Black with #736C60
Text Example
Text Example
White with #736C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C60; }
p { color: rgb(115,108,96); }
H1.HeaderClassName
{
color: #736C60;
}
.AnyTagClassName
{
color: #736C60;
}
</style>
background-color css
<style>
a { background-color: #736C60; }
a { background-color: rgb(115,108,96); }
div.DivClassName
{
background-color: #736C60;
}
.BgClassName
{
background-color: #736C60;
}
</style>
border-color css
<style>
span { border-color: #736C60; }
span { border-color: rgb(115,108,96); }
td.TdClassName
{
border-color: #736C60;
}
.TagClassName
{
border-color: #736C60;
}
</style>