Shades of Sandstone #736A5D
Tints of Sandstone #736A5D
RGB
CMYK
RGB Variations
Color information
#736A5D (or 0x736A5D) is known color: Sandstone. HEX triplet: 73, 6A and 5D. RGB value is (115,106,93). Sum of RGB (Red+Green+Blue) = 115+106+93=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #736A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A5D is #8C95A2. Grayscale: #6B6B6B. Windows color (decimal): -9213347 or 6122099. OLE color: 6122099.
HSL color Cylindrical-coordinate representation of color #736A5D: hue angle of 35.45º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #736A5D is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 93 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.55 |
| HSL | 35.45º | 0.11% | 0.41% | - |
| HSV(B) | 35.45º | 0.19% | 0.45% | - |
| XYZ | 14.2 | 14.74 | 12.45 | - |
| YUV | 107.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 93 | 0 | 0.08 | 0.19 | 0.55 | 35.45 | 0.11 | 0.41 |
| Hex | 73 | 6A | 5D | 0 | 8 | 13 | 37 | 23 | B | 29 |
| Octal | 163 | 152 | 135 | 0 | 10 | 23 | 67 | 43 | 13 | 51 |
| Binary | 1110011 | 1101010 | 1011101 | 0 | 1000 | 10011 | 110111 | 100011 | 1011 | 101001 |
Color Harmonies of #736A5D
Complementary color
Monochromatic Colors of #736A5D
Black with #736A5D
Text Example
Text Example
White with #736A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A5D; }
p { color: rgb(115,106,93); }
H1.HeaderClassName
{
color: #736A5D;
}
.AnyTagClassName
{
color: #736A5D;
}
</style>
background-color css
<style>
a { background-color: #736A5D; }
a { background-color: rgb(115,106,93); }
div.DivClassName
{
background-color: #736A5D;
}
.BgClassName
{
background-color: #736A5D;
}
</style>
border-color css
<style>
span { border-color: #736A5D; }
span { border-color: rgb(115,106,93); }
td.TdClassName
{
border-color: #736A5D;
}
.TagClassName
{
border-color: #736A5D;
}
</style>