Shades of Sandstone #746D66
Tints of Sandstone #746D66
RGB
CMYK
RGB Variations
Color information
#746D66 (or 0x746D66) is known color: Sandstone. HEX triplet: 74, 6D and 66. RGB value is (116,109,102). Sum of RGB (Red+Green+Blue) = 116+109+102=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #746D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D66 is #8B9299. Grayscale: #6E6E6E. Windows color (decimal): -9147034 or 6712692. OLE color: 6712692.
HSL color Cylindrical-coordinate representation of color #746D66: hue angle of 30º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #746D66 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 102 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.55 |
| HSL | 30º | 0.06% | 0.43% | - |
| HSV(B) | 30º | 0.12% | 0.45% | - |
| XYZ | 15.07 | 15.61 | 14.79 | - |
| YUV | 110.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 102 | 0 | 0.06 | 0.12 | 0.55 | 30 | 0.06 | 0.43 |
| Hex | 74 | 6D | 66 | 0 | 6 | C | 37 | 1E | 6 | 2B |
| Octal | 164 | 155 | 146 | 0 | 6 | 14 | 67 | 36 | 6 | 53 |
| Binary | 1110100 | 1101101 | 1100110 | 0 | 110 | 1100 | 110111 | 11110 | 110 | 101011 |
Color Harmonies of #746D66
Complementary color
Monochromatic Colors of #746D66
Black with #746D66
Text Example
Text Example
White with #746D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D66; }
p { color: rgb(116,109,102); }
H1.HeaderClassName
{
color: #746D66;
}
.AnyTagClassName
{
color: #746D66;
}
</style>
background-color css
<style>
a { background-color: #746D66; }
a { background-color: rgb(116,109,102); }
div.DivClassName
{
background-color: #746D66;
}
.BgClassName
{
background-color: #746D66;
}
</style>
border-color css
<style>
span { border-color: #746D66; }
span { border-color: rgb(116,109,102); }
td.TdClassName
{
border-color: #746D66;
}
.TagClassName
{
border-color: #746D66;
}
</style>