Shades of Sandstone #746D63
Tints of Sandstone #746D63
RGB
CMYK
RGB Variations
Color information
#746D63 (or 0x746D63) is known color: Sandstone. HEX triplet: 74, 6D and 63. RGB value is (116,109,99). Sum of RGB (Red+Green+Blue) = 116+109+99=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 116 - color contains mainly: red. Hex color #746D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D63 is #8B929C. Grayscale: #6E6E6E. Windows color (decimal): -9147037 or 6516084. OLE color: 6516084.
HSL color Cylindrical-coordinate representation of color #746D63: hue angle of 35.29º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746D63 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 99 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.55 |
| HSL | 35.29º | 0.08% | 0.42% | - |
| HSV(B) | 35.29º | 0.15% | 0.45% | - |
| XYZ | 14.92 | 15.55 | 14.02 | - |
| YUV | 109.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 99 | 0 | 0.06 | 0.15 | 0.55 | 35.29 | 0.08 | 0.42 |
| Hex | 74 | 6D | 63 | 0 | 6 | F | 37 | 23 | 8 | 2A |
| Octal | 164 | 155 | 143 | 0 | 6 | 17 | 67 | 43 | 10 | 52 |
| Binary | 1110100 | 1101101 | 1100011 | 0 | 110 | 1111 | 110111 | 100011 | 1000 | 101010 |
Color Harmonies of #746D63
Complementary color
Monochromatic Colors of #746D63
Black with #746D63
Text Example
Text Example
White with #746D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D63; }
p { color: rgb(116,109,99); }
H1.HeaderClassName
{
color: #746D63;
}
.AnyTagClassName
{
color: #746D63;
}
</style>
background-color css
<style>
a { background-color: #746D63; }
a { background-color: rgb(116,109,99); }
div.DivClassName
{
background-color: #746D63;
}
.BgClassName
{
background-color: #746D63;
}
</style>
border-color css
<style>
span { border-color: #746D63; }
span { border-color: rgb(116,109,99); }
td.TdClassName
{
border-color: #746D63;
}
.TagClassName
{
border-color: #746D63;
}
</style>