Shades of Salt Box #685B64
Tints of Salt Box #685B64
RGB
CMYK
RGB Variations
Color information
#685B64 (or 0x685B64) is known color: Salt Box. HEX triplet: 68, 5B and 64. RGB value is (104,91,100). Sum of RGB (Red+Green+Blue) = 104+91+100=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #685B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B64 is #97A49B. Grayscale: #5F5F5F. Windows color (decimal): -9938076 or 6577000. OLE color: 6577000.
HSL color Cylindrical-coordinate representation of color #685B64: hue angle of 318.46º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #685B64 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 100 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.59 |
| HSL | 318.46º | 0.07% | 0.38% | - |
| HSV(B) | 318.46º | 0.13% | 0.41% | - |
| XYZ | 11.75 | 11.35 | 13.63 | - |
| YUV | 95.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 100 | 0 | 0.12 | 0.04 | 0.59 | 318.46 | 0.07 | 0.38 |
| Hex | 68 | 5B | 64 | 0 | C | 4 | 3B | 13E | 7 | 26 |
| Octal | 150 | 133 | 144 | 0 | 14 | 4 | 73 | 476 | 7 | 46 |
| Binary | 1101000 | 1011011 | 1100100 | 0 | 1100 | 100 | 111011 | 100111110 | 111 | 100110 |
Color Harmonies of #685B64
Complementary color
Monochromatic Colors of #685B64
Black with #685B64
Text Example
Text Example
White with #685B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B64; }
p { color: rgb(104,91,100); }
H1.HeaderClassName
{
color: #685B64;
}
.AnyTagClassName
{
color: #685B64;
}
</style>
background-color css
<style>
a { background-color: #685B64; }
a { background-color: rgb(104,91,100); }
div.DivClassName
{
background-color: #685B64;
}
.BgClassName
{
background-color: #685B64;
}
</style>
border-color css
<style>
span { border-color: #685B64; }
span { border-color: rgb(104,91,100); }
td.TdClassName
{
border-color: #685B64;
}
.TagClassName
{
border-color: #685B64;
}
</style>