Shades of Sandstone #736A63
Tints of Sandstone #736A63
RGB
CMYK
RGB Variations
Color information
#736A63 (or 0x736A63) is known color: Sandstone. HEX triplet: 73, 6A and 63. RGB value is (115,106,99). Sum of RGB (Red+Green+Blue) = 115+106+99=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #736A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A63 is #8C959C. Grayscale: #6B6B6B. Windows color (decimal): -9213341 or 6515315. OLE color: 6515315.
HSL color Cylindrical-coordinate representation of color #736A63: hue angle of 26.25º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #736A63 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
RGB | 115 | 106 | 99 | - |
CMYK | 0 | 0.08 | 0.14 | 0.55 |
HSL | 26.25º | 0.07% | 0.42% | - |
HSV(B) | 26.25º | 0.14% | 0.45% | - |
XYZ | 14.48 | 14.85 | 13.91 | - |
YUV | 107.89 | 122.98 | 133.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 115 | 106 | 99 | 0 | 0.08 | 0.14 | 0.55 | 26.25 | 0.07 | 0.42 |
Hex | 73 | 6A | 63 | 0 | 8 | E | 37 | 1A | 7 | 2A |
Octal | 163 | 152 | 143 | 0 | 10 | 16 | 67 | 32 | 7 | 52 |
Binary | 1110011 | 1101010 | 1100011 | 0 | 1000 | 1110 | 110111 | 11010 | 111 | 101010 |
Color Harmonies of #736A63
Complementary color
Monochromatic Colors of #736A63
Black with #736A63
Text Example
Text Example
White with #736A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A63; }
p { color: rgb(115,106,99); }
H1.HeaderClassName
{
color: #736A63;
}
.AnyTagClassName
{
color: #736A63;
}
</style>
background-color css
<style>
a { background-color: #736A63; }
a { background-color: rgb(115,106,99); }
div.DivClassName
{
background-color: #736A63;
}
.BgClassName
{
background-color: #736A63;
}
</style>
border-color css
<style>
span { border-color: #736A63; }
span { border-color: rgb(115,106,99); }
td.TdClassName
{
border-color: #736A63;
}
.TagClassName
{
border-color: #736A63;
}
</style>