Shades of Sandstone #736C63
Tints of Sandstone #736C63
RGB
CMYK
RGB Variations
Color information
#736C63 (or 0x736C63) is known color: Sandstone. HEX triplet: 73, 6C and 63. RGB value is (115,108,99). Sum of RGB (Red+Green+Blue) = 115+108+99=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #736C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C63 is #8C939C. Grayscale: #6D6D6D. Windows color (decimal): -9212829 or 6515827. OLE color: 6515827.
HSL color Cylindrical-coordinate representation of color #736C63: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #736C63 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 99 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.55 |
| HSL | 33.75º | 0.07% | 0.42% | - |
| HSV(B) | 33.75º | 0.14% | 0.45% | - |
| XYZ | 14.68 | 15.27 | 13.98 | - |
| YUV | 109.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 99 | 0 | 0.06 | 0.14 | 0.55 | 33.75 | 0.07 | 0.42 |
| Hex | 73 | 6C | 63 | 0 | 6 | E | 37 | 22 | 7 | 2A |
| Octal | 163 | 154 | 143 | 0 | 6 | 16 | 67 | 42 | 7 | 52 |
| Binary | 1110011 | 1101100 | 1100011 | 0 | 110 | 1110 | 110111 | 100010 | 111 | 101010 |
Color Harmonies of #736C63
Complementary color
Monochromatic Colors of #736C63
Black with #736C63
Text Example
Text Example
White with #736C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C63; }
p { color: rgb(115,108,99); }
H1.HeaderClassName
{
color: #736C63;
}
.AnyTagClassName
{
color: #736C63;
}
</style>
background-color css
<style>
a { background-color: #736C63; }
a { background-color: rgb(115,108,99); }
div.DivClassName
{
background-color: #736C63;
}
.BgClassName
{
background-color: #736C63;
}
</style>
border-color css
<style>
span { border-color: #736C63; }
span { border-color: rgb(115,108,99); }
td.TdClassName
{
border-color: #736C63;
}
.TagClassName
{
border-color: #736C63;
}
</style>