Shades of Sandstone #73695C
Tints of Sandstone #73695C
RGB
CMYK
RGB Variations
Color information
#73695C (or 0x73695C) is known color: Sandstone. HEX triplet: 73, 69 and 5C. RGB value is (115,105,92). Sum of RGB (Red+Green+Blue) = 115+105+92=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #73695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73695C is #8C96A3. Grayscale: #6A6A6A. Windows color (decimal): -9213604 or 6056307. OLE color: 6056307.
HSL color Cylindrical-coordinate representation of color #73695C: hue angle of 33.91º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73695C is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 92 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.55 |
| HSL | 33.91º | 0.11% | 0.41% | - |
| HSV(B) | 33.91º | 0.2% | 0.45% | - |
| XYZ | 14.05 | 14.52 | 12.19 | - |
| YUV | 106.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 92 | 0 | 0.09 | 0.20 | 0.55 | 33.91 | 0.11 | 0.41 |
| Hex | 73 | 69 | 5C | 0 | 9 | 14 | 37 | 22 | B | 29 |
| Octal | 163 | 151 | 134 | 0 | 11 | 24 | 67 | 42 | 13 | 51 |
| Binary | 1110011 | 1101001 | 1011100 | 0 | 1001 | 10100 | 110111 | 100010 | 1011 | 101001 |
Color Harmonies of #73695C
Complementary color
Monochromatic Colors of #73695C
Black with #73695C
Text Example
Text Example
White with #73695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73695C; }
p { color: rgb(115,105,92); }
H1.HeaderClassName
{
color: #73695C;
}
.AnyTagClassName
{
color: #73695C;
}
</style>
background-color css
<style>
a { background-color: #73695C; }
a { background-color: rgb(115,105,92); }
div.DivClassName
{
background-color: #73695C;
}
.BgClassName
{
background-color: #73695C;
}
</style>
border-color css
<style>
span { border-color: #73695C; }
span { border-color: rgb(115,105,92); }
td.TdClassName
{
border-color: #73695C;
}
.TagClassName
{
border-color: #73695C;
}
</style>