Shades of Salt Box #684E62
Tints of Salt Box #684E62
RGB
CMYK
RGB Variations
Color information
#684E62 (or 0x684E62) is known color: Salt Box. HEX triplet: 68, 4E and 62. RGB value is (104,78,98). Sum of RGB (Red+Green+Blue) = 104+78+98=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #684E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E62 is #97B19D. Grayscale: #585858. Windows color (decimal): -9941406 or 6442600. OLE color: 6442600.
HSL color Cylindrical-coordinate representation of color #684E62: hue angle of 313.85º 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 #684E62 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 98 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.59 |
| HSL | 313.85º | 0.14% | 0.36% | - |
| HSV(B) | 313.85º | 0.25% | 0.41% | - |
| XYZ | 10.64 | 9.27 | 12.78 | - |
| YUV | 88.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 98 | 0 | 0.25 | 0.06 | 0.59 | 313.85 | 0.14 | 0.36 |
| Hex | 68 | 4E | 62 | 0 | 19 | 6 | 3B | 13A | E | 24 |
| Octal | 150 | 116 | 142 | 0 | 31 | 6 | 73 | 472 | 16 | 44 |
| Binary | 1101000 | 1001110 | 1100010 | 0 | 11001 | 110 | 111011 | 100111010 | 1110 | 100100 |
Color Harmonies of #684E62
Complementary color
Monochromatic Colors of #684E62
Black with #684E62
Text Example
Text Example
White with #684E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E62; }
p { color: rgb(104,78,98); }
H1.HeaderClassName
{
color: #684E62;
}
.AnyTagClassName
{
color: #684E62;
}
</style>
background-color css
<style>
a { background-color: #684E62; }
a { background-color: rgb(104,78,98); }
div.DivClassName
{
background-color: #684E62;
}
.BgClassName
{
background-color: #684E62;
}
</style>
border-color css
<style>
span { border-color: #684E62; }
span { border-color: rgb(104,78,98); }
td.TdClassName
{
border-color: #684E62;
}
.TagClassName
{
border-color: #684E62;
}
</style>