Shades of Sandstone #75695D
Tints of Sandstone #75695D
RGB
CMYK
RGB Variations
Color information
#75695D (or 0x75695D) is known color: Sandstone. HEX triplet: 75, 69 and 5D. RGB value is (117,105,93). Sum of RGB (Red+Green+Blue) = 117+105+93=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #75695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75695D is #8A96A2. Grayscale: #6B6B6B. Windows color (decimal): -9082531 or 6121845. OLE color: 6121845.
HSL color Cylindrical-coordinate representation of color #75695D: hue angle of 30º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75695D is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 105 | 93 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.54 |
| HSL | 30º | 0.11% | 0.41% | - |
| HSV(B) | 30º | 0.21% | 0.46% | - |
| XYZ | 14.36 | 14.68 | 12.43 | - |
| YUV | 107.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 93 | 0 | 0.10 | 0.21 | 0.54 | 30 | 0.11 | 0.41 |
| Hex | 75 | 69 | 5D | 0 | A | 15 | 36 | 1E | B | 29 |
| Octal | 165 | 151 | 135 | 0 | 12 | 25 | 66 | 36 | 13 | 51 |
| Binary | 1110101 | 1101001 | 1011101 | 0 | 1010 | 10101 | 110110 | 11110 | 1011 | 101001 |
Color Harmonies of #75695D
Complementary color
Monochromatic Colors of #75695D
Black with #75695D
Text Example
Text Example
White with #75695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75695D; }
p { color: rgb(117,105,93); }
H1.HeaderClassName
{
color: #75695D;
}
.AnyTagClassName
{
color: #75695D;
}
</style>
background-color css
<style>
a { background-color: #75695D; }
a { background-color: rgb(117,105,93); }
div.DivClassName
{
background-color: #75695D;
}
.BgClassName
{
background-color: #75695D;
}
</style>
border-color css
<style>
span { border-color: #75695D; }
span { border-color: rgb(117,105,93); }
td.TdClassName
{
border-color: #75695D;
}
.TagClassName
{
border-color: #75695D;
}
</style>