Shades of Sandstone #686663
Tints of Sandstone #686663
RGB
CMYK
RGB Variations
Color information
#686663 (or 0x686663) is known color: Sandstone. HEX triplet: 68, 66 and 63. RGB value is (104,102,99). Sum of RGB (Red+Green+Blue) = 104+102+99=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 104 - color contains mainly: red. Hex color #686663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686663 is #97999C. Grayscale: #666666. Windows color (decimal): -9935261 or 6514280. OLE color: 6514280.
HSL color Cylindrical-coordinate representation of color #686663: hue angle of 36º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #686663 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 99 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.59 |
| HSL | 36º | 0.02% | 0.4% | - |
| HSV(B) | 36º | 0.05% | 0.41% | - |
| XYZ | 12.71 | 13.35 | 13.71 | - |
| YUV | 102.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 99 | 0 | 0.02 | 0.05 | 0.59 | 36 | 0.02 | 0.4 |
| Hex | 68 | 66 | 63 | 0 | 2 | 5 | 3B | 24 | 2 | 28 |
| Octal | 150 | 146 | 143 | 0 | 2 | 5 | 73 | 44 | 2 | 50 |
| Binary | 1101000 | 1100110 | 1100011 | 0 | 10 | 101 | 111011 | 100100 | 10 | 101000 |
Color Harmonies of #686663
Complementary color
Monochromatic Colors of #686663
Black with #686663
Text Example
Text Example
White with #686663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686663; }
p { color: rgb(104,102,99); }
H1.HeaderClassName
{
color: #686663;
}
.AnyTagClassName
{
color: #686663;
}
</style>
background-color css
<style>
a { background-color: #686663; }
a { background-color: rgb(104,102,99); }
div.DivClassName
{
background-color: #686663;
}
.BgClassName
{
background-color: #686663;
}
</style>
border-color css
<style>
span { border-color: #686663; }
span { border-color: rgb(104,102,99); }
td.TdClassName
{
border-color: #686663;
}
.TagClassName
{
border-color: #686663;
}
</style>