Shades of Salt Box #684A65
Tints of Salt Box #684A65
RGB
CMYK
RGB Variations
Color information
#684A65 (or 0x684A65) is known color: Salt Box. HEX triplet: 68, 4A and 65. RGB value is (104,74,101). Sum of RGB (Red+Green+Blue) = 104+74+101=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #684A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A65 is #97B59A. Grayscale: #555555. Windows color (decimal): -9942427 or 6638184. OLE color: 6638184.
HSL color Cylindrical-coordinate representation of color #684A65: hue angle of 306º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684A65 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 101 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.59 |
| HSL | 306º | 0.17% | 0.35% | - |
| HSV(B) | 306º | 0.29% | 0.41% | - |
| XYZ | 10.51 | 8.78 | 13.45 | - |
| YUV | 86.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 101 | 0 | 0.29 | 0.03 | 0.59 | 306 | 0.17 | 0.35 |
| Hex | 68 | 4A | 65 | 0 | 1D | 3 | 3B | 132 | 11 | 23 |
| Octal | 150 | 112 | 145 | 0 | 35 | 3 | 73 | 462 | 21 | 43 |
| Binary | 1101000 | 1001010 | 1100101 | 0 | 11101 | 11 | 111011 | 100110010 | 10001 | 100011 |
Color Harmonies of #684A65
Complementary color
Monochromatic Colors of #684A65
Black with #684A65
Text Example
Text Example
White with #684A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A65; }
p { color: rgb(104,74,101); }
H1.HeaderClassName
{
color: #684A65;
}
.AnyTagClassName
{
color: #684A65;
}
</style>
background-color css
<style>
a { background-color: #684A65; }
a { background-color: rgb(104,74,101); }
div.DivClassName
{
background-color: #684A65;
}
.BgClassName
{
background-color: #684A65;
}
</style>
border-color css
<style>
span { border-color: #684A65; }
span { border-color: rgb(104,74,101); }
td.TdClassName
{
border-color: #684A65;
}
.TagClassName
{
border-color: #684A65;
}
</style>