Shades of Sandstone #686561
Tints of Sandstone #686561
RGB
CMYK
RGB Variations
Color information
#686561 (or 0x686561) is known color: Sandstone. HEX triplet: 68, 65 and 61. RGB value is (104,101,97). Sum of RGB (Red+Green+Blue) = 104+101+97=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 104 - color contains mainly: red. Hex color #686561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686561 is #979A9E. Grayscale: #656565. Windows color (decimal): -9935519 or 6382952. OLE color: 6382952.
HSL color Cylindrical-coordinate representation of color #686561: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686561 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 97 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.59 |
| HSL | 34.29º | 0.03% | 0.39% | - |
| HSV(B) | 34.29º | 0.07% | 0.41% | - |
| XYZ | 12.52 | 13.11 | 13.18 | - |
| YUV | 101.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 97 | 0 | 0.03 | 0.07 | 0.59 | 34.29 | 0.03 | 0.39 |
| Hex | 68 | 65 | 61 | 0 | 3 | 7 | 3B | 22 | 3 | 27 |
| Octal | 150 | 145 | 141 | 0 | 3 | 7 | 73 | 42 | 3 | 47 |
| Binary | 1101000 | 1100101 | 1100001 | 0 | 11 | 111 | 111011 | 100010 | 11 | 100111 |
Color Harmonies of #686561
Complementary color
Monochromatic Colors of #686561
Black with #686561
Text Example
Text Example
White with #686561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686561; }
p { color: rgb(104,101,97); }
H1.HeaderClassName
{
color: #686561;
}
.AnyTagClassName
{
color: #686561;
}
</style>
background-color css
<style>
a { background-color: #686561; }
a { background-color: rgb(104,101,97); }
div.DivClassName
{
background-color: #686561;
}
.BgClassName
{
background-color: #686561;
}
</style>
border-color css
<style>
span { border-color: #686561; }
span { border-color: rgb(104,101,97); }
td.TdClassName
{
border-color: #686561;
}
.TagClassName
{
border-color: #686561;
}
</style>