Shades of Sandstone #73695B
Tints of Sandstone #73695B
RGB
CMYK
RGB Variations
Color information
#73695B (or 0x73695B) is known color: Sandstone. HEX triplet: 73, 69 and 5B. RGB value is (115,105,91). Sum of RGB (Red+Green+Blue) = 115+105+91=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #73695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73695B is #8C96A4. Grayscale: #6A6A6A. Windows color (decimal): -9213605 or 5990771. OLE color: 5990771.
HSL color Cylindrical-coordinate representation of color #73695B: hue angle of 35º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73695B is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 91 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.55 |
| HSL | 35º | 0.12% | 0.4% | - |
| HSV(B) | 35º | 0.21% | 0.45% | - |
| XYZ | 14.01 | 14.5 | 11.96 | - |
| YUV | 106.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 91 | 0 | 0.09 | 0.21 | 0.55 | 35 | 0.12 | 0.4 |
| Hex | 73 | 69 | 5B | 0 | 9 | 15 | 37 | 23 | C | 28 |
| Octal | 163 | 151 | 133 | 0 | 11 | 25 | 67 | 43 | 14 | 50 |
| Binary | 1110011 | 1101001 | 1011011 | 0 | 1001 | 10101 | 110111 | 100011 | 1100 | 101000 |
Color Harmonies of #73695B
Complementary color
Monochromatic Colors of #73695B
Black with #73695B
Text Example
Text Example
White with #73695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73695B; }
p { color: rgb(115,105,91); }
H1.HeaderClassName
{
color: #73695B;
}
.AnyTagClassName
{
color: #73695B;
}
</style>
background-color css
<style>
a { background-color: #73695B; }
a { background-color: rgb(115,105,91); }
div.DivClassName
{
background-color: #73695B;
}
.BgClassName
{
background-color: #73695B;
}
</style>
border-color css
<style>
span { border-color: #73695B; }
span { border-color: rgb(115,105,91); }
td.TdClassName
{
border-color: #73695B;
}
.TagClassName
{
border-color: #73695B;
}
</style>