Shades of Salt Box #684E65
Tints of Salt Box #684E65
RGB
CMYK
RGB Variations
Color information
#684E65 (or 0x684E65) is known color: Salt Box. HEX triplet: 68, 4E and 65. RGB value is (104,78,101). Sum of RGB (Red+Green+Blue) = 104+78+101=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #684E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E65 is #97B19A. Grayscale: #585858. Windows color (decimal): -9941403 or 6639208. OLE color: 6639208.
HSL color Cylindrical-coordinate representation of color #684E65: hue angle of 306.92º 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 #684E65 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 101 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.59 |
| HSL | 306.92º | 0.14% | 0.36% | - |
| HSV(B) | 306.92º | 0.25% | 0.41% | - |
| XYZ | 10.78 | 9.33 | 13.54 | - |
| YUV | 88.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 101 | 0 | 0.25 | 0.03 | 0.59 | 306.92 | 0.14 | 0.36 |
| Hex | 68 | 4E | 65 | 0 | 19 | 3 | 3B | 133 | E | 24 |
| Octal | 150 | 116 | 145 | 0 | 31 | 3 | 73 | 463 | 16 | 44 |
| Binary | 1101000 | 1001110 | 1100101 | 0 | 11001 | 11 | 111011 | 100110011 | 1110 | 100100 |
Color Harmonies of #684E65
Complementary color
Monochromatic Colors of #684E65
Black with #684E65
Text Example
Text Example
White with #684E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E65; }
p { color: rgb(104,78,101); }
H1.HeaderClassName
{
color: #684E65;
}
.AnyTagClassName
{
color: #684E65;
}
</style>
background-color css
<style>
a { background-color: #684E65; }
a { background-color: rgb(104,78,101); }
div.DivClassName
{
background-color: #684E65;
}
.BgClassName
{
background-color: #684E65;
}
</style>
border-color css
<style>
span { border-color: #684E65; }
span { border-color: rgb(104,78,101); }
td.TdClassName
{
border-color: #684E65;
}
.TagClassName
{
border-color: #684E65;
}
</style>