Shades of Sandstone #686664
Tints of Sandstone #686664
RGB
CMYK
RGB Variations
Color information
#686664 (or 0x686664) is known color: Sandstone. HEX triplet: 68, 66 and 64. RGB value is (104,102,100). Sum of RGB (Red+Green+Blue) = 104+102+100=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 104 - color contains mainly: red. Hex color #686664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686664 is #97999B. Grayscale: #666666. Windows color (decimal): -9935260 or 6579816. OLE color: 6579816.
HSL color Cylindrical-coordinate representation of color #686664: 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 #686664 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 100 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.59 |
| HSL | 30º | 0.02% | 0.4% | - |
| HSV(B) | 30º | 0.04% | 0.41% | - |
| XYZ | 12.76 | 13.37 | 13.96 | - |
| YUV | 102.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 100 | 0 | 0.02 | 0.04 | 0.59 | 30 | 0.02 | 0.4 |
| Hex | 68 | 66 | 64 | 0 | 2 | 4 | 3B | 1E | 2 | 28 |
| Octal | 150 | 146 | 144 | 0 | 2 | 4 | 73 | 36 | 2 | 50 |
| Binary | 1101000 | 1100110 | 1100100 | 0 | 10 | 100 | 111011 | 11110 | 10 | 101000 |
Color Harmonies of #686664
Complementary color
Monochromatic Colors of #686664
Black with #686664
Text Example
Text Example
White with #686664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686664; }
p { color: rgb(104,102,100); }
H1.HeaderClassName
{
color: #686664;
}
.AnyTagClassName
{
color: #686664;
}
</style>
background-color css
<style>
a { background-color: #686664; }
a { background-color: rgb(104,102,100); }
div.DivClassName
{
background-color: #686664;
}
.BgClassName
{
background-color: #686664;
}
</style>
border-color css
<style>
span { border-color: #686664; }
span { border-color: rgb(104,102,100); }
td.TdClassName
{
border-color: #686664;
}
.TagClassName
{
border-color: #686664;
}
</style>