Shades of Salt Box #684D61
Tints of Salt Box #684D61
RGB
CMYK
RGB Variations
Color information
#684D61 (or 0x684D61) is known color: Salt Box. HEX triplet: 68, 4D and 61. RGB value is (104,77,97). Sum of RGB (Red+Green+Blue) = 104+77+97=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #684D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D61 is #97B29E. Grayscale: #575757. Windows color (decimal): -9941663 or 6376808. OLE color: 6376808.
HSL color Cylindrical-coordinate representation of color #684D61: hue angle of 315.56º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #684D61 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 97 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.59 |
| HSL | 315.56º | 0.15% | 0.35% | - |
| HSV(B) | 315.56º | 0.26% | 0.41% | - |
| XYZ | 10.52 | 9.11 | 12.51 | - |
| YUV | 87.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 97 | 0 | 0.26 | 0.07 | 0.59 | 315.56 | 0.15 | 0.35 |
| Hex | 68 | 4D | 61 | 0 | 1A | 7 | 3B | 13C | F | 23 |
| Octal | 150 | 115 | 141 | 0 | 32 | 7 | 73 | 474 | 17 | 43 |
| Binary | 1101000 | 1001101 | 1100001 | 0 | 11010 | 111 | 111011 | 100111100 | 1111 | 100011 |
Color Harmonies of #684D61
Complementary color
Monochromatic Colors of #684D61
Black with #684D61
Text Example
Text Example
White with #684D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D61; }
p { color: rgb(104,77,97); }
H1.HeaderClassName
{
color: #684D61;
}
.AnyTagClassName
{
color: #684D61;
}
</style>
background-color css
<style>
a { background-color: #684D61; }
a { background-color: rgb(104,77,97); }
div.DivClassName
{
background-color: #684D61;
}
.BgClassName
{
background-color: #684D61;
}
</style>
border-color css
<style>
span { border-color: #684D61; }
span { border-color: rgb(104,77,97); }
td.TdClassName
{
border-color: #684D61;
}
.TagClassName
{
border-color: #684D61;
}
</style>