Shades of Sandstone #696765
Tints of Sandstone #696765
RGB
CMYK
RGB Variations
Color information
#696765 (or 0x696765) is known color: Sandstone. HEX triplet: 69, 67 and 65. RGB value is (105,103,101). Sum of RGB (Red+Green+Blue) = 105+103+101=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 105 - color contains mainly: red. Hex color #696765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696765 is #96989A. Grayscale: #676767. Windows color (decimal): -9869467 or 6645609. OLE color: 6645609.
HSL color Cylindrical-coordinate representation of color #696765: hue angle of 30º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #696765 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 101 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.59 |
| HSL | 30º | 0.02% | 0.4% | - |
| HSV(B) | 30º | 0.04% | 0.41% | - |
| XYZ | 13.02 | 13.64 | 14.26 | - |
| YUV | 103.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 101 | 0 | 0.02 | 0.04 | 0.59 | 30 | 0.02 | 0.4 |
| Hex | 69 | 67 | 65 | 0 | 2 | 4 | 3B | 1E | 2 | 28 |
| Octal | 151 | 147 | 145 | 0 | 2 | 4 | 73 | 36 | 2 | 50 |
| Binary | 1101001 | 1100111 | 1100101 | 0 | 10 | 100 | 111011 | 11110 | 10 | 101000 |
Color Harmonies of #696765
Complementary color
Monochromatic Colors of #696765
Black with #696765
Text Example
Text Example
White with #696765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696765; }
p { color: rgb(105,103,101); }
H1.HeaderClassName
{
color: #696765;
}
.AnyTagClassName
{
color: #696765;
}
</style>
background-color css
<style>
a { background-color: #696765; }
a { background-color: rgb(105,103,101); }
div.DivClassName
{
background-color: #696765;
}
.BgClassName
{
background-color: #696765;
}
</style>
border-color css
<style>
span { border-color: #696765; }
span { border-color: rgb(105,103,101); }
td.TdClassName
{
border-color: #696765;
}
.TagClassName
{
border-color: #696765;
}
</style>