Shades of Salt Box #685D66
Tints of Salt Box #685D66
RGB
CMYK
RGB Variations
Color information
#685D66 (or 0x685D66) is known color: Salt Box. HEX triplet: 68, 5D and 66. RGB value is (104,93,102). Sum of RGB (Red+Green+Blue) = 104+93+102=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #685D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D66 is #97A299. Grayscale: #616161. Windows color (decimal): -9937562 or 6708584. OLE color: 6708584.
HSL color Cylindrical-coordinate representation of color #685D66: hue angle of 310.91º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #685D66 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 102 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.59 |
| HSL | 310.91º | 0.06% | 0.39% | - |
| HSV(B) | 310.91º | 0.11% | 0.41% | - |
| XYZ | 12.02 | 11.73 | 14.2 | - |
| YUV | 97.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 102 | 0 | 0.11 | 0.02 | 0.59 | 310.91 | 0.06 | 0.39 |
| Hex | 68 | 5D | 66 | 0 | B | 2 | 3B | 137 | 6 | 27 |
| Octal | 150 | 135 | 146 | 0 | 13 | 2 | 73 | 467 | 6 | 47 |
| Binary | 1101000 | 1011101 | 1100110 | 0 | 1011 | 10 | 111011 | 100110111 | 110 | 100111 |
Color Harmonies of #685D66
Complementary color
Monochromatic Colors of #685D66
Black with #685D66
Text Example
Text Example
White with #685D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D66; }
p { color: rgb(104,93,102); }
H1.HeaderClassName
{
color: #685D66;
}
.AnyTagClassName
{
color: #685D66;
}
</style>
background-color css
<style>
a { background-color: #685D66; }
a { background-color: rgb(104,93,102); }
div.DivClassName
{
background-color: #685D66;
}
.BgClassName
{
background-color: #685D66;
}
</style>
border-color css
<style>
span { border-color: #685D66; }
span { border-color: rgb(104,93,102); }
td.TdClassName
{
border-color: #685D66;
}
.TagClassName
{
border-color: #685D66;
}
</style>