Shades of Sandstone #736E6B
Tints of Sandstone #736E6B
RGB
CMYK
RGB Variations
Color information
#736E6B (or 0x736E6B) is known color: Sandstone. HEX triplet: 73, 6E and 6B. RGB value is (115,110,107). Sum of RGB (Red+Green+Blue) = 115+110+107=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 115 - color contains mainly: red. Hex color #736E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E6B is #8C9194. Grayscale: #6F6F6F. Windows color (decimal): -9212309 or 7040627. OLE color: 7040627.
HSL color Cylindrical-coordinate representation of color #736E6B: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #736E6B is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 107 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.55 |
| HSL | 22.5º | 0.04% | 0.44% | - |
| HSV(B) | 22.5º | 0.07% | 0.45% | - |
| XYZ | 15.3 | 15.86 | 16.16 | - |
| YUV | 111.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 107 | 0 | 0.04 | 0.07 | 0.55 | 22.5 | 0.04 | 0.44 |
| Hex | 73 | 6E | 6B | 0 | 4 | 7 | 37 | 16 | 4 | 2C |
| Octal | 163 | 156 | 153 | 0 | 4 | 7 | 67 | 26 | 4 | 54 |
| Binary | 1110011 | 1101110 | 1101011 | 0 | 100 | 111 | 110111 | 10110 | 100 | 101100 |
Color Harmonies of #736E6B
Complementary color
Monochromatic Colors of #736E6B
Black with #736E6B
Text Example
Text Example
White with #736E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E6B; }
p { color: rgb(115,110,107); }
H1.HeaderClassName
{
color: #736E6B;
}
.AnyTagClassName
{
color: #736E6B;
}
</style>
background-color css
<style>
a { background-color: #736E6B; }
a { background-color: rgb(115,110,107); }
div.DivClassName
{
background-color: #736E6B;
}
.BgClassName
{
background-color: #736E6B;
}
</style>
border-color css
<style>
span { border-color: #736E6B; }
span { border-color: rgb(115,110,107); }
td.TdClassName
{
border-color: #736E6B;
}
.TagClassName
{
border-color: #736E6B;
}
</style>