Shades of Sandstone #736D69
Tints of Sandstone #736D69
RGB
CMYK
RGB Variations
Color information
#736D69 (or 0x736D69) is known color: Sandstone. HEX triplet: 73, 6D and 69. RGB value is (115,109,105). Sum of RGB (Red+Green+Blue) = 115+109+105=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 115 - color contains mainly: red. Hex color #736D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D69 is #8C9296. Grayscale: #6E6E6E. Windows color (decimal): -9212567 or 6909299. OLE color: 6909299.
HSL color Cylindrical-coordinate representation of color #736D69: hue angle of 24º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #736D69 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 105 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.55 |
| HSL | 24º | 0.05% | 0.43% | - |
| HSV(B) | 24º | 0.09% | 0.45% | - |
| XYZ | 15.09 | 15.6 | 15.58 | - |
| YUV | 110.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 105 | 0 | 0.05 | 0.09 | 0.55 | 24 | 0.05 | 0.43 |
| Hex | 73 | 6D | 69 | 0 | 5 | 9 | 37 | 18 | 5 | 2B |
| Octal | 163 | 155 | 151 | 0 | 5 | 11 | 67 | 30 | 5 | 53 |
| Binary | 1110011 | 1101101 | 1101001 | 0 | 101 | 1001 | 110111 | 11000 | 101 | 101011 |
Color Harmonies of #736D69
Complementary color
Monochromatic Colors of #736D69
Black with #736D69
Text Example
Text Example
White with #736D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D69; }
p { color: rgb(115,109,105); }
H1.HeaderClassName
{
color: #736D69;
}
.AnyTagClassName
{
color: #736D69;
}
</style>
background-color css
<style>
a { background-color: #736D69; }
a { background-color: rgb(115,109,105); }
div.DivClassName
{
background-color: #736D69;
}
.BgClassName
{
background-color: #736D69;
}
</style>
border-color css
<style>
span { border-color: #736D69; }
span { border-color: rgb(115,109,105); }
td.TdClassName
{
border-color: #736D69;
}
.TagClassName
{
border-color: #736D69;
}
</style>