Shades of Salt Box #684F60
Tints of Salt Box #684F60
RGB
CMYK
RGB Variations
Color information
#684F60 (or 0x684F60) is known color: Salt Box. HEX triplet: 68, 4F and 60. RGB value is (104,79,96). Sum of RGB (Red+Green+Blue) = 104+79+96=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #684F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F60 is #97B09F. Grayscale: #585858. Windows color (decimal): -9941152 or 6311784. OLE color: 6311784.
HSL color Cylindrical-coordinate representation of color #684F60: hue angle of 319.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #684F60 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 96 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.59 |
| HSL | 319.2º | 0.14% | 0.36% | - |
| HSV(B) | 319.2º | 0.24% | 0.41% | - |
| XYZ | 10.62 | 9.38 | 12.32 | - |
| YUV | 88.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 96 | 0 | 0.24 | 0.08 | 0.59 | 319.2 | 0.14 | 0.36 |
| Hex | 68 | 4F | 60 | 0 | 18 | 8 | 3B | 13F | E | 24 |
| Octal | 150 | 117 | 140 | 0 | 30 | 10 | 73 | 477 | 16 | 44 |
| Binary | 1101000 | 1001111 | 1100000 | 0 | 11000 | 1000 | 111011 | 100111111 | 1110 | 100100 |
Color Harmonies of #684F60
Complementary color
Monochromatic Colors of #684F60
Black with #684F60
Text Example
Text Example
White with #684F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F60; }
p { color: rgb(104,79,96); }
H1.HeaderClassName
{
color: #684F60;
}
.AnyTagClassName
{
color: #684F60;
}
</style>
background-color css
<style>
a { background-color: #684F60; }
a { background-color: rgb(104,79,96); }
div.DivClassName
{
background-color: #684F60;
}
.BgClassName
{
background-color: #684F60;
}
</style>
border-color css
<style>
span { border-color: #684F60; }
span { border-color: rgb(104,79,96); }
td.TdClassName
{
border-color: #684F60;
}
.TagClassName
{
border-color: #684F60;
}
</style>