Shades of Sandstone #736B5C
Tints of Sandstone #736B5C
RGB
CMYK
RGB Variations
Color information
#736B5C (or 0x736B5C) is known color: Sandstone. HEX triplet: 73, 6B and 5C. RGB value is (115,107,92). Sum of RGB (Red+Green+Blue) = 115+107+92=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #736B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B5C is #8C94A3. Grayscale: #6B6B6B. Windows color (decimal): -9213092 or 6056819. OLE color: 6056819.
HSL color Cylindrical-coordinate representation of color #736B5C: hue angle of 39.13º 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 #736B5C is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 92 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.55 |
| HSL | 39.13º | 0.11% | 0.41% | - |
| HSV(B) | 39.13º | 0.2% | 0.45% | - |
| XYZ | 14.26 | 14.93 | 12.26 | - |
| YUV | 107.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 92 | 0 | 0.07 | 0.20 | 0.55 | 39.13 | 0.11 | 0.41 |
| Hex | 73 | 6B | 5C | 0 | 7 | 14 | 37 | 27 | B | 29 |
| Octal | 163 | 153 | 134 | 0 | 7 | 24 | 67 | 47 | 13 | 51 |
| Binary | 1110011 | 1101011 | 1011100 | 0 | 111 | 10100 | 110111 | 100111 | 1011 | 101001 |
Color Harmonies of #736B5C
Complementary color
Monochromatic Colors of #736B5C
Black with #736B5C
Text Example
Text Example
White with #736B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B5C; }
p { color: rgb(115,107,92); }
H1.HeaderClassName
{
color: #736B5C;
}
.AnyTagClassName
{
color: #736B5C;
}
</style>
background-color css
<style>
a { background-color: #736B5C; }
a { background-color: rgb(115,107,92); }
div.DivClassName
{
background-color: #736B5C;
}
.BgClassName
{
background-color: #736B5C;
}
</style>
border-color css
<style>
span { border-color: #736B5C; }
span { border-color: rgb(115,107,92); }
td.TdClassName
{
border-color: #736B5C;
}
.TagClassName
{
border-color: #736B5C;
}
</style>