Shades of Sandstone #736C64
Tints of Sandstone #736C64
RGB
CMYK
RGB Variations
Color information
#736C64 (or 0x736C64) is known color: Sandstone. HEX triplet: 73, 6C and 64. RGB value is (115,108,100). Sum of RGB (Red+Green+Blue) = 115+108+100=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #736C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C64 is #8C939B. Grayscale: #6D6D6D. Windows color (decimal): -9212828 or 6581363. OLE color: 6581363.
HSL color Cylindrical-coordinate representation of color #736C64: hue angle of 32º 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 #736C64 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 100 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.55 |
| HSL | 32º | 0.07% | 0.42% | - |
| HSV(B) | 32º | 0.13% | 0.45% | - |
| XYZ | 14.73 | 15.29 | 14.23 | - |
| YUV | 109.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 100 | 0 | 0.06 | 0.13 | 0.55 | 32 | 0.07 | 0.42 |
| Hex | 73 | 6C | 64 | 0 | 6 | D | 37 | 20 | 7 | 2A |
| Octal | 163 | 154 | 144 | 0 | 6 | 15 | 67 | 40 | 7 | 52 |
| Binary | 1110011 | 1101100 | 1100100 | 0 | 110 | 1101 | 110111 | 100000 | 111 | 101010 |
Color Harmonies of #736C64
Complementary color
Monochromatic Colors of #736C64
Black with #736C64
Text Example
Text Example
White with #736C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C64; }
p { color: rgb(115,108,100); }
H1.HeaderClassName
{
color: #736C64;
}
.AnyTagClassName
{
color: #736C64;
}
</style>
background-color css
<style>
a { background-color: #736C64; }
a { background-color: rgb(115,108,100); }
div.DivClassName
{
background-color: #736C64;
}
.BgClassName
{
background-color: #736C64;
}
</style>
border-color css
<style>
span { border-color: #736C64; }
span { border-color: rgb(115,108,100); }
td.TdClassName
{
border-color: #736C64;
}
.TagClassName
{
border-color: #736C64;
}
</style>