Shades of Salt Box #684E61
Tints of Salt Box #684E61
RGB
CMYK
RGB Variations
Color information
#684E61 (or 0x684E61) is known color: Salt Box. HEX triplet: 68, 4E and 61. RGB value is (104,78,97). Sum of RGB (Red+Green+Blue) = 104+78+97=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #684E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E61 is #97B19E. Grayscale: #575757. Windows color (decimal): -9941407 or 6377064. OLE color: 6377064.
HSL color Cylindrical-coordinate representation of color #684E61: hue angle of 316.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684E61 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 97 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.59 |
| HSL | 316.15º | 0.14% | 0.36% | - |
| HSV(B) | 316.15º | 0.25% | 0.41% | - |
| XYZ | 10.59 | 9.25 | 12.54 | - |
| YUV | 87.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 97 | 0 | 0.25 | 0.07 | 0.59 | 316.15 | 0.14 | 0.36 |
| Hex | 68 | 4E | 61 | 0 | 19 | 7 | 3B | 13C | E | 24 |
| Octal | 150 | 116 | 141 | 0 | 31 | 7 | 73 | 474 | 16 | 44 |
| Binary | 1101000 | 1001110 | 1100001 | 0 | 11001 | 111 | 111011 | 100111100 | 1110 | 100100 |
Color Harmonies of #684E61
Complementary color
Monochromatic Colors of #684E61
Black with #684E61
Text Example
Text Example
White with #684E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E61; }
p { color: rgb(104,78,97); }
H1.HeaderClassName
{
color: #684E61;
}
.AnyTagClassName
{
color: #684E61;
}
</style>
background-color css
<style>
a { background-color: #684E61; }
a { background-color: rgb(104,78,97); }
div.DivClassName
{
background-color: #684E61;
}
.BgClassName
{
background-color: #684E61;
}
</style>
border-color css
<style>
span { border-color: #684E61; }
span { border-color: rgb(104,78,97); }
td.TdClassName
{
border-color: #684E61;
}
.TagClassName
{
border-color: #684E61;
}
</style>