Shades of Sandstone #726D63
Tints of Sandstone #726D63
RGB
CMYK
RGB Variations
Color information
#726D63 (or 0x726D63) is known color: Sandstone. HEX triplet: 72, 6D and 63. RGB value is (114,109,99). Sum of RGB (Red+Green+Blue) = 114+109+99=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #726D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D63 is #8D929C. Grayscale: #6D6D6D. Windows color (decimal): -9278109 or 6516082. OLE color: 6516082.
HSL color Cylindrical-coordinate representation of color #726D63: hue angle of 40º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #726D63 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 99 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.55 |
| HSL | 40º | 0.07% | 0.42% | - |
| HSV(B) | 40º | 0.13% | 0.45% | - |
| XYZ | 14.66 | 15.42 | 14.01 | - |
| YUV | 109.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 99 | 0 | 0.04 | 0.13 | 0.55 | 40 | 0.07 | 0.42 |
| Hex | 72 | 6D | 63 | 0 | 4 | D | 37 | 28 | 7 | 2A |
| Octal | 162 | 155 | 143 | 0 | 4 | 15 | 67 | 50 | 7 | 52 |
| Binary | 1110010 | 1101101 | 1100011 | 0 | 100 | 1101 | 110111 | 101000 | 111 | 101010 |
Color Harmonies of #726D63
Complementary color
Monochromatic Colors of #726D63
Black with #726D63
Text Example
Text Example
White with #726D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D63; }
p { color: rgb(114,109,99); }
H1.HeaderClassName
{
color: #726D63;
}
.AnyTagClassName
{
color: #726D63;
}
</style>
background-color css
<style>
a { background-color: #726D63; }
a { background-color: rgb(114,109,99); }
div.DivClassName
{
background-color: #726D63;
}
.BgClassName
{
background-color: #726D63;
}
</style>
border-color css
<style>
span { border-color: #726D63; }
span { border-color: rgb(114,109,99); }
td.TdClassName
{
border-color: #726D63;
}
.TagClassName
{
border-color: #726D63;
}
</style>