Shades of Sandstone #756C63
Tints of Sandstone #756C63
RGB
CMYK
RGB Variations
Color information
#756C63 (or 0x756C63) is known color: Sandstone. HEX triplet: 75, 6C and 63. RGB value is (117,108,99). Sum of RGB (Red+Green+Blue) = 117+108+99=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #756C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C63 is #8A939C. Grayscale: #6D6D6D. Windows color (decimal): -9081757 or 6515829. OLE color: 6515829.
HSL color Cylindrical-coordinate representation of color #756C63: hue angle of 30º 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 #756C63 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 99 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.54 |
| HSL | 30º | 0.08% | 0.42% | - |
| HSV(B) | 30º | 0.15% | 0.46% | - |
| XYZ | 14.95 | 15.41 | 13.99 | - |
| YUV | 109.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 99 | 0 | 0.08 | 0.15 | 0.54 | 30 | 0.08 | 0.42 |
| Hex | 75 | 6C | 63 | 0 | 8 | F | 36 | 1E | 8 | 2A |
| Octal | 165 | 154 | 143 | 0 | 10 | 17 | 66 | 36 | 10 | 52 |
| Binary | 1110101 | 1101100 | 1100011 | 0 | 1000 | 1111 | 110110 | 11110 | 1000 | 101010 |
Color Harmonies of #756C63
Complementary color
Monochromatic Colors of #756C63
Black with #756C63
Text Example
Text Example
White with #756C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C63; }
p { color: rgb(117,108,99); }
H1.HeaderClassName
{
color: #756C63;
}
.AnyTagClassName
{
color: #756C63;
}
</style>
background-color css
<style>
a { background-color: #756C63; }
a { background-color: rgb(117,108,99); }
div.DivClassName
{
background-color: #756C63;
}
.BgClassName
{
background-color: #756C63;
}
</style>
border-color css
<style>
span { border-color: #756C63; }
span { border-color: rgb(117,108,99); }
td.TdClassName
{
border-color: #756C63;
}
.TagClassName
{
border-color: #756C63;
}
</style>