Shades of Salt Box #684F62
Tints of Salt Box #684F62
RGB
CMYK
RGB Variations
Color information
#684F62 (or 0x684F62) is known color: Salt Box. HEX triplet: 68, 4F and 62. RGB value is (104,79,98). Sum of RGB (Red+Green+Blue) = 104+79+98=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #684F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F62 is #97B09D. Grayscale: #585858. Windows color (decimal): -9941150 or 6442856. OLE color: 6442856.
HSL color Cylindrical-coordinate representation of color #684F62: hue angle of 314.4º 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 #684F62 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 98 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.59 |
| HSL | 314.4º | 0.14% | 0.36% | - |
| HSV(B) | 314.4º | 0.24% | 0.41% | - |
| XYZ | 10.71 | 9.42 | 12.81 | - |
| YUV | 88.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 98 | 0 | 0.24 | 0.06 | 0.59 | 314.4 | 0.14 | 0.36 |
| Hex | 68 | 4F | 62 | 0 | 18 | 6 | 3B | 13A | E | 24 |
| Octal | 150 | 117 | 142 | 0 | 30 | 6 | 73 | 472 | 16 | 44 |
| Binary | 1101000 | 1001111 | 1100010 | 0 | 11000 | 110 | 111011 | 100111010 | 1110 | 100100 |
Color Harmonies of #684F62
Complementary color
Monochromatic Colors of #684F62
Black with #684F62
Text Example
Text Example
White with #684F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F62; }
p { color: rgb(104,79,98); }
H1.HeaderClassName
{
color: #684F62;
}
.AnyTagClassName
{
color: #684F62;
}
</style>
background-color css
<style>
a { background-color: #684F62; }
a { background-color: rgb(104,79,98); }
div.DivClassName
{
background-color: #684F62;
}
.BgClassName
{
background-color: #684F62;
}
</style>
border-color css
<style>
span { border-color: #684F62; }
span { border-color: rgb(104,79,98); }
td.TdClassName
{
border-color: #684F62;
}
.TagClassName
{
border-color: #684F62;
}
</style>