Shades of Salt Box #684A61
Tints of Salt Box #684A61
RGB
CMYK
RGB Variations
Color information
#684A61 (or 0x684A61) is known color: Salt Box. HEX triplet: 68, 4A and 61. RGB value is (104,74,97). Sum of RGB (Red+Green+Blue) = 104+74+97=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #684A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A61 is #97B59E. Grayscale: #555555. Windows color (decimal): -9942431 or 6376040. OLE color: 6376040.
HSL color Cylindrical-coordinate representation of color #684A61: hue angle of 314º 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 #684A61 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 97 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.59 |
| HSL | 314º | 0.17% | 0.35% | - |
| HSV(B) | 314º | 0.29% | 0.41% | - |
| XYZ | 10.32 | 8.7 | 12.45 | - |
| YUV | 85.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 97 | 0 | 0.29 | 0.07 | 0.59 | 314 | 0.17 | 0.35 |
| Hex | 68 | 4A | 61 | 0 | 1D | 7 | 3B | 13A | 11 | 23 |
| Octal | 150 | 112 | 141 | 0 | 35 | 7 | 73 | 472 | 21 | 43 |
| Binary | 1101000 | 1001010 | 1100001 | 0 | 11101 | 111 | 111011 | 100111010 | 10001 | 100011 |
Color Harmonies of #684A61
Complementary color
Monochromatic Colors of #684A61
Black with #684A61
Text Example
Text Example
White with #684A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A61; }
p { color: rgb(104,74,97); }
H1.HeaderClassName
{
color: #684A61;
}
.AnyTagClassName
{
color: #684A61;
}
</style>
background-color css
<style>
a { background-color: #684A61; }
a { background-color: rgb(104,74,97); }
div.DivClassName
{
background-color: #684A61;
}
.BgClassName
{
background-color: #684A61;
}
</style>
border-color css
<style>
span { border-color: #684A61; }
span { border-color: rgb(104,74,97); }
td.TdClassName
{
border-color: #684A61;
}
.TagClassName
{
border-color: #684A61;
}
</style>