Shades of Sandstone #736B65
Tints of Sandstone #736B65
RGB
CMYK
RGB Variations
Color information
#736B65 (or 0x736B65) is known color: Sandstone. HEX triplet: 73, 6B and 65. RGB value is (115,107,101). Sum of RGB (Red+Green+Blue) = 115+107+101=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #736B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B65 is #8C949A. Grayscale: #6C6C6C. Windows color (decimal): -9213083 or 6646643. OLE color: 6646643.
HSL color Cylindrical-coordinate representation of color #736B65: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #736B65 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 101 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.55 |
| HSL | 25.71º | 0.06% | 0.42% | - |
| HSV(B) | 25.71º | 0.12% | 0.45% | - |
| XYZ | 14.68 | 15.1 | 14.45 | - |
| YUV | 108.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 101 | 0 | 0.07 | 0.12 | 0.55 | 25.71 | 0.06 | 0.42 |
| Hex | 73 | 6B | 65 | 0 | 7 | C | 37 | 1A | 6 | 2A |
| Octal | 163 | 153 | 145 | 0 | 7 | 14 | 67 | 32 | 6 | 52 |
| Binary | 1110011 | 1101011 | 1100101 | 0 | 111 | 1100 | 110111 | 11010 | 110 | 101010 |
Color Harmonies of #736B65
Complementary color
Monochromatic Colors of #736B65
Black with #736B65
Text Example
Text Example
White with #736B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B65; }
p { color: rgb(115,107,101); }
H1.HeaderClassName
{
color: #736B65;
}
.AnyTagClassName
{
color: #736B65;
}
</style>
background-color css
<style>
a { background-color: #736B65; }
a { background-color: rgb(115,107,101); }
div.DivClassName
{
background-color: #736B65;
}
.BgClassName
{
background-color: #736B65;
}
</style>
border-color css
<style>
span { border-color: #736B65; }
span { border-color: rgb(115,107,101); }
td.TdClassName
{
border-color: #736B65;
}
.TagClassName
{
border-color: #736B65;
}
</style>