Shades of Salt Box #684C64
Tints of Salt Box #684C64
RGB
CMYK
RGB Variations
Color information
#684C64 (or 0x684C64) is known color: Salt Box. HEX triplet: 68, 4C and 64. RGB value is (104,76,100). Sum of RGB (Red+Green+Blue) = 104+76+100=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #684C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C64 is #97B39B. Grayscale: #575757. Windows color (decimal): -9941916 or 6573160. OLE color: 6573160.
HSL color Cylindrical-coordinate representation of color #684C64: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #684C64 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 100 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.59 |
| HSL | 308.57º | 0.16% | 0.35% | - |
| HSV(B) | 308.57º | 0.27% | 0.41% | - |
| XYZ | 10.59 | 9.03 | 13.24 | - |
| YUV | 87.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 100 | 0 | 0.27 | 0.04 | 0.59 | 308.57 | 0.16 | 0.35 |
| Hex | 68 | 4C | 64 | 0 | 1B | 4 | 3B | 135 | 10 | 23 |
| Octal | 150 | 114 | 144 | 0 | 33 | 4 | 73 | 465 | 20 | 43 |
| Binary | 1101000 | 1001100 | 1100100 | 0 | 11011 | 100 | 111011 | 100110101 | 10000 | 100011 |
Color Harmonies of #684C64
Complementary color
Monochromatic Colors of #684C64
Black with #684C64
Text Example
Text Example
White with #684C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C64; }
p { color: rgb(104,76,100); }
H1.HeaderClassName
{
color: #684C64;
}
.AnyTagClassName
{
color: #684C64;
}
</style>
background-color css
<style>
a { background-color: #684C64; }
a { background-color: rgb(104,76,100); }
div.DivClassName
{
background-color: #684C64;
}
.BgClassName
{
background-color: #684C64;
}
</style>
border-color css
<style>
span { border-color: #684C64; }
span { border-color: rgb(104,76,100); }
td.TdClassName
{
border-color: #684C64;
}
.TagClassName
{
border-color: #684C64;
}
</style>