Shades of Sandstone #736A5F
Tints of Sandstone #736A5F
RGB
CMYK
RGB Variations
Color information
#736A5F (or 0x736A5F) is known color: Sandstone. HEX triplet: 73, 6A and 5F. RGB value is (115,106,95). Sum of RGB (Red+Green+Blue) = 115+106+95=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A5F is #8C95A0. Grayscale: #6B6B6B. Windows color (decimal): -9213345 or 6253171. OLE color: 6253171.
HSL color Cylindrical-coordinate representation of color #736A5F: hue angle of 33º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736A5F is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 95 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.55 |
| HSL | 33º | 0.1% | 0.41% | - |
| HSV(B) | 33º | 0.17% | 0.45% | - |
| XYZ | 14.29 | 14.78 | 12.93 | - |
| YUV | 107.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 95 | 0 | 0.08 | 0.17 | 0.55 | 33 | 0.1 | 0.41 |
| Hex | 73 | 6A | 5F | 0 | 8 | 11 | 37 | 21 | A | 29 |
| Octal | 163 | 152 | 137 | 0 | 10 | 21 | 67 | 41 | 12 | 51 |
| Binary | 1110011 | 1101010 | 1011111 | 0 | 1000 | 10001 | 110111 | 100001 | 1010 | 101001 |
Color Harmonies of #736A5F
Complementary color
Monochromatic Colors of #736A5F
Black with #736A5F
Text Example
Text Example
White with #736A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A5F; }
p { color: rgb(115,106,95); }
H1.HeaderClassName
{
color: #736A5F;
}
.AnyTagClassName
{
color: #736A5F;
}
</style>
background-color css
<style>
a { background-color: #736A5F; }
a { background-color: rgb(115,106,95); }
div.DivClassName
{
background-color: #736A5F;
}
.BgClassName
{
background-color: #736A5F;
}
</style>
border-color css
<style>
span { border-color: #736A5F; }
span { border-color: rgb(115,106,95); }
td.TdClassName
{
border-color: #736A5F;
}
.TagClassName
{
border-color: #736A5F;
}
</style>