Shades of Sandstone #746D61
Tints of Sandstone #746D61
RGB
CMYK
RGB Variations
Color information
#746D61 (or 0x746D61) is known color: Sandstone. HEX triplet: 74, 6D and 61. RGB value is (116,109,97). Sum of RGB (Red+Green+Blue) = 116+109+97=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #746D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D61 is #8B929E. Grayscale: #6D6D6D. Windows color (decimal): -9147039 or 6385012. OLE color: 6385012.
HSL color Cylindrical-coordinate representation of color #746D61: hue angle of 37.89º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746D61 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 97 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.55 |
| HSL | 37.89º | 0.09% | 0.42% | - |
| HSV(B) | 37.89º | 0.16% | 0.45% | - |
| XYZ | 14.83 | 15.51 | 13.52 | - |
| YUV | 109.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 97 | 0 | 0.06 | 0.16 | 0.55 | 37.89 | 0.09 | 0.42 |
| Hex | 74 | 6D | 61 | 0 | 6 | 10 | 37 | 26 | 9 | 2A |
| Octal | 164 | 155 | 141 | 0 | 6 | 20 | 67 | 46 | 11 | 52 |
| Binary | 1110100 | 1101101 | 1100001 | 0 | 110 | 10000 | 110111 | 100110 | 1001 | 101010 |
Color Harmonies of #746D61
Complementary color
Monochromatic Colors of #746D61
Black with #746D61
Text Example
Text Example
White with #746D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D61; }
p { color: rgb(116,109,97); }
H1.HeaderClassName
{
color: #746D61;
}
.AnyTagClassName
{
color: #746D61;
}
</style>
background-color css
<style>
a { background-color: #746D61; }
a { background-color: rgb(116,109,97); }
div.DivClassName
{
background-color: #746D61;
}
.BgClassName
{
background-color: #746D61;
}
</style>
border-color css
<style>
span { border-color: #746D61; }
span { border-color: rgb(116,109,97); }
td.TdClassName
{
border-color: #746D61;
}
.TagClassName
{
border-color: #746D61;
}
</style>