Shades of Sandstone #756B63
Tints of Sandstone #756B63
RGB
CMYK
RGB Variations
Color information
#756B63 (or 0x756B63) is known color: Sandstone. HEX triplet: 75, 6B and 63. RGB value is (117,107,99). Sum of RGB (Red+Green+Blue) = 117+107+99=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #756B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B63 is #8A949C. Grayscale: #6D6D6D. Windows color (decimal): -9082013 or 6515573. OLE color: 6515573.
HSL color Cylindrical-coordinate representation of color #756B63: hue angle of 26.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756B63 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 99 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.54 |
| HSL | 26.67º | 0.08% | 0.42% | - |
| HSV(B) | 26.67º | 0.15% | 0.46% | - |
| XYZ | 14.85 | 15.2 | 13.96 | - |
| YUV | 109.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 99 | 0 | 0.09 | 0.15 | 0.54 | 26.67 | 0.08 | 0.42 |
| Hex | 75 | 6B | 63 | 0 | 9 | F | 36 | 1B | 8 | 2A |
| Octal | 165 | 153 | 143 | 0 | 11 | 17 | 66 | 33 | 10 | 52 |
| Binary | 1110101 | 1101011 | 1100011 | 0 | 1001 | 1111 | 110110 | 11011 | 1000 | 101010 |
Color Harmonies of #756B63
Complementary color
Monochromatic Colors of #756B63
Black with #756B63
Text Example
Text Example
White with #756B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B63; }
p { color: rgb(117,107,99); }
H1.HeaderClassName
{
color: #756B63;
}
.AnyTagClassName
{
color: #756B63;
}
</style>
background-color css
<style>
a { background-color: #756B63; }
a { background-color: rgb(117,107,99); }
div.DivClassName
{
background-color: #756B63;
}
.BgClassName
{
background-color: #756B63;
}
</style>
border-color css
<style>
span { border-color: #756B63; }
span { border-color: rgb(117,107,99); }
td.TdClassName
{
border-color: #756B63;
}
.TagClassName
{
border-color: #756B63;
}
</style>