Shades of Sandstone #736D66
Tints of Sandstone #736D66
RGB
CMYK
RGB Variations
Color information
#736D66 (or 0x736D66) is known color: Sandstone. HEX triplet: 73, 6D and 66. RGB value is (115,109,102). Sum of RGB (Red+Green+Blue) = 115+109+102=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #736D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D66 is #8C9299. Grayscale: #6E6E6E. Windows color (decimal): -9212570 or 6712691. OLE color: 6712691.
HSL color Cylindrical-coordinate representation of color #736D66: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #736D66 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 102 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.55 |
| HSL | 32.31º | 0.06% | 0.43% | - |
| HSV(B) | 32.31º | 0.11% | 0.45% | - |
| XYZ | 14.94 | 15.54 | 14.78 | - |
| YUV | 110 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 102 | 0 | 0.05 | 0.11 | 0.55 | 32.31 | 0.06 | 0.43 |
| Hex | 73 | 6D | 66 | 0 | 5 | B | 37 | 20 | 6 | 2B |
| Octal | 163 | 155 | 146 | 0 | 5 | 13 | 67 | 40 | 6 | 53 |
| Binary | 1110011 | 1101101 | 1100110 | 0 | 101 | 1011 | 110111 | 100000 | 110 | 101011 |
Color Harmonies of #736D66
Complementary color
Monochromatic Colors of #736D66
Black with #736D66
Text Example
Text Example
White with #736D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D66; }
p { color: rgb(115,109,102); }
H1.HeaderClassName
{
color: #736D66;
}
.AnyTagClassName
{
color: #736D66;
}
</style>
background-color css
<style>
a { background-color: #736D66; }
a { background-color: rgb(115,109,102); }
div.DivClassName
{
background-color: #736D66;
}
.BgClassName
{
background-color: #736D66;
}
</style>
border-color css
<style>
span { border-color: #736D66; }
span { border-color: rgb(115,109,102); }
td.TdClassName
{
border-color: #736D66;
}
.TagClassName
{
border-color: #736D66;
}
</style>