Shades of Salt Box #684764
Tints of Salt Box #684764
RGB
CMYK
RGB Variations
Color information
#684764 (or 0x684764) is known color: Salt Box. HEX triplet: 68, 47 and 64. RGB value is (104,71,100). Sum of RGB (Red+Green+Blue) = 104+71+100=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #684764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684764 is #97B89B. Grayscale: #545454. Windows color (decimal): -9943196 or 6571880. OLE color: 6571880.
HSL color Cylindrical-coordinate representation of color #684764: hue angle of 307.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #684764 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 100 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.59 |
| HSL | 307.27º | 0.19% | 0.34% | - |
| HSV(B) | 307.27º | 0.32% | 0.41% | - |
| XYZ | 10.26 | 8.37 | 13.13 | - |
| YUV | 84.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 100 | 0 | 0.32 | 0.04 | 0.59 | 307.27 | 0.19 | 0.34 |
| Hex | 68 | 47 | 64 | 0 | 20 | 4 | 3B | 133 | 13 | 22 |
| Octal | 150 | 107 | 144 | 0 | 40 | 4 | 73 | 463 | 23 | 42 |
| Binary | 1101000 | 1000111 | 1100100 | 0 | 100000 | 100 | 111011 | 100110011 | 10011 | 100010 |
Color Harmonies of #684764
Complementary color
Monochromatic Colors of #684764
Black with #684764
Text Example
Text Example
White with #684764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684764; }
p { color: rgb(104,71,100); }
H1.HeaderClassName
{
color: #684764;
}
.AnyTagClassName
{
color: #684764;
}
</style>
background-color css
<style>
a { background-color: #684764; }
a { background-color: rgb(104,71,100); }
div.DivClassName
{
background-color: #684764;
}
.BgClassName
{
background-color: #684764;
}
</style>
border-color css
<style>
span { border-color: #684764; }
span { border-color: rgb(104,71,100); }
td.TdClassName
{
border-color: #684764;
}
.TagClassName
{
border-color: #684764;
}
</style>