Shades of Sandstone #756B62
Tints of Sandstone #756B62
RGB
CMYK
RGB Variations
Color information
#756B62 (or 0x756B62) is known color: Sandstone. HEX triplet: 75, 6B and 62. RGB value is (117,107,98). Sum of RGB (Red+Green+Blue) = 117+107+98=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #756B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B62 is #8A949D. Grayscale: #6D6D6D. Windows color (decimal): -9082014 or 6450037. OLE color: 6450037.
HSL color Cylindrical-coordinate representation of color #756B62: hue angle of 28.42º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #756B62 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 98 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.54 |
| HSL | 28.42º | 0.09% | 0.42% | - |
| HSV(B) | 28.42º | 0.16% | 0.46% | - |
| XYZ | 14.8 | 15.18 | 13.71 | - |
| YUV | 108.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 98 | 0 | 0.09 | 0.16 | 0.54 | 28.42 | 0.09 | 0.42 |
| Hex | 75 | 6B | 62 | 0 | 9 | 10 | 36 | 1C | 9 | 2A |
| Octal | 165 | 153 | 142 | 0 | 11 | 20 | 66 | 34 | 11 | 52 |
| Binary | 1110101 | 1101011 | 1100010 | 0 | 1001 | 10000 | 110110 | 11100 | 1001 | 101010 |
Color Harmonies of #756B62
Complementary color
Monochromatic Colors of #756B62
Black with #756B62
Text Example
Text Example
White with #756B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B62; }
p { color: rgb(117,107,98); }
H1.HeaderClassName
{
color: #756B62;
}
.AnyTagClassName
{
color: #756B62;
}
</style>
background-color css
<style>
a { background-color: #756B62; }
a { background-color: rgb(117,107,98); }
div.DivClassName
{
background-color: #756B62;
}
.BgClassName
{
background-color: #756B62;
}
</style>
border-color css
<style>
span { border-color: #756B62; }
span { border-color: rgb(117,107,98); }
td.TdClassName
{
border-color: #756B62;
}
.TagClassName
{
border-color: #756B62;
}
</style>