Shades of Salt Box #684D63
Tints of Salt Box #684D63
RGB
CMYK
RGB Variations
Color information
#684D63 (or 0x684D63) is known color: Salt Box. HEX triplet: 68, 4D and 63. RGB value is (104,77,99). Sum of RGB (Red+Green+Blue) = 104+77+99=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #684D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D63 is #97B29C. Grayscale: #575757. Windows color (decimal): -9941661 or 6507880. OLE color: 6507880.
HSL color Cylindrical-coordinate representation of color #684D63: hue angle of 311.11º 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 #684D63 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 99 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.59 |
| HSL | 311.11º | 0.15% | 0.35% | - |
| HSV(B) | 311.11º | 0.26% | 0.41% | - |
| XYZ | 10.61 | 9.15 | 13.01 | - |
| YUV | 87.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 99 | 0 | 0.26 | 0.05 | 0.59 | 311.11 | 0.15 | 0.35 |
| Hex | 68 | 4D | 63 | 0 | 1A | 5 | 3B | 137 | F | 23 |
| Octal | 150 | 115 | 143 | 0 | 32 | 5 | 73 | 467 | 17 | 43 |
| Binary | 1101000 | 1001101 | 1100011 | 0 | 11010 | 101 | 111011 | 100110111 | 1111 | 100011 |
Color Harmonies of #684D63
Complementary color
Monochromatic Colors of #684D63
Black with #684D63
Text Example
Text Example
White with #684D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D63; }
p { color: rgb(104,77,99); }
H1.HeaderClassName
{
color: #684D63;
}
.AnyTagClassName
{
color: #684D63;
}
</style>
background-color css
<style>
a { background-color: #684D63; }
a { background-color: rgb(104,77,99); }
div.DivClassName
{
background-color: #684D63;
}
.BgClassName
{
background-color: #684D63;
}
</style>
border-color css
<style>
span { border-color: #684D63; }
span { border-color: rgb(104,77,99); }
td.TdClassName
{
border-color: #684D63;
}
.TagClassName
{
border-color: #684D63;
}
</style>