Shades of Sandstone #746E69
Tints of Sandstone #746E69
RGB
CMYK
RGB Variations
Color information
#746E69 (or 0x746E69) is known color: Sandstone. HEX triplet: 74, 6E and 69. RGB value is (116,110,105). Sum of RGB (Red+Green+Blue) = 116+110+105=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #746E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E69 is #8B9196. Grayscale: #6F6F6F. Windows color (decimal): -9146775 or 6909556. OLE color: 6909556.
HSL color Cylindrical-coordinate representation of color #746E69: hue angle of 27.27º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746E69 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 105 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.55 |
| HSL | 27.27º | 0.05% | 0.43% | - |
| HSV(B) | 27.27º | 0.09% | 0.45% | - |
| XYZ | 15.33 | 15.88 | 15.62 | - |
| YUV | 111.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 105 | 0 | 0.05 | 0.09 | 0.55 | 27.27 | 0.05 | 0.43 |
| Hex | 74 | 6E | 69 | 0 | 5 | 9 | 37 | 1B | 5 | 2B |
| Octal | 164 | 156 | 151 | 0 | 5 | 11 | 67 | 33 | 5 | 53 |
| Binary | 1110100 | 1101110 | 1101001 | 0 | 101 | 1001 | 110111 | 11011 | 101 | 101011 |
Color Harmonies of #746E69
Complementary color
Monochromatic Colors of #746E69
Black with #746E69
Text Example
Text Example
White with #746E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E69; }
p { color: rgb(116,110,105); }
H1.HeaderClassName
{
color: #746E69;
}
.AnyTagClassName
{
color: #746E69;
}
</style>
background-color css
<style>
a { background-color: #746E69; }
a { background-color: rgb(116,110,105); }
div.DivClassName
{
background-color: #746E69;
}
.BgClassName
{
background-color: #746E69;
}
</style>
border-color css
<style>
span { border-color: #746E69; }
span { border-color: rgb(116,110,105); }
td.TdClassName
{
border-color: #746E69;
}
.TagClassName
{
border-color: #746E69;
}
</style>