Shades of Sandstone #736A62
Tints of Sandstone #736A62
RGB
CMYK
RGB Variations
Color information
#736A62 (or 0x736A62) is known color: Sandstone. HEX triplet: 73, 6A and 62. RGB value is (115,106,98). Sum of RGB (Red+Green+Blue) = 115+106+98=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #736A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A62 is #8C959D. Grayscale: #6B6B6B. Windows color (decimal): -9213342 or 6449779. OLE color: 6449779.
HSL color Cylindrical-coordinate representation of color #736A62: hue angle of 28.24º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #736A62 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
RGB | 115 | 106 | 98 | - |
CMYK | 0 | 0.08 | 0.15 | 0.55 |
HSL | 28.24º | 0.08% | 0.42% | - |
HSV(B) | 28.24º | 0.15% | 0.45% | - |
XYZ | 14.43 | 14.83 | 13.66 | - |
YUV | 107.78 | 122.48 | 133.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 115 | 106 | 98 | 0 | 0.08 | 0.15 | 0.55 | 28.24 | 0.08 | 0.42 |
Hex | 73 | 6A | 62 | 0 | 8 | F | 37 | 1C | 8 | 2A |
Octal | 163 | 152 | 142 | 0 | 10 | 17 | 67 | 34 | 10 | 52 |
Binary | 1110011 | 1101010 | 1100010 | 0 | 1000 | 1111 | 110111 | 11100 | 1000 | 101010 |
Color Harmonies of #736A62
Complementary color
Monochromatic Colors of #736A62
Black with #736A62
Text Example
Text Example
White with #736A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A62; }
p { color: rgb(115,106,98); }
H1.HeaderClassName
{
color: #736A62;
}
.AnyTagClassName
{
color: #736A62;
}
</style>
background-color css
<style>
a { background-color: #736A62; }
a { background-color: rgb(115,106,98); }
div.DivClassName
{
background-color: #736A62;
}
.BgClassName
{
background-color: #736A62;
}
</style>
border-color css
<style>
span { border-color: #736A62; }
span { border-color: rgb(115,106,98); }
td.TdClassName
{
border-color: #736A62;
}
.TagClassName
{
border-color: #736A62;
}
</style>