Shades of Salt Box #614C5D
Tints of Salt Box #614C5D
RGB
CMYK
RGB Variations
Color information
#614C5D (or 0x614C5D) is known color: Salt Box. HEX triplet: 61, 4C and 5D. RGB value is (97,76,93). Sum of RGB (Red+Green+Blue) = 97+76+93=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #614C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C5D is #9EB3A2. Grayscale: #545454. Windows color (decimal): -10400675 or 6114401. OLE color: 6114401.
HSL color Cylindrical-coordinate representation of color #614C5D: hue angle of 311.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #614C5D is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 93 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.62 |
| HSL | 311.43º | 0.12% | 0.34% | - |
| HSV(B) | 311.43º | 0.22% | 0.38% | - |
| XYZ | 9.49 | 8.5 | 11.5 | - |
| YUV | 84.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 93 | 0 | 0.22 | 0.04 | 0.62 | 311.43 | 0.12 | 0.34 |
| Hex | 61 | 4C | 5D | 0 | 16 | 4 | 3E | 137 | C | 22 |
| Octal | 141 | 114 | 135 | 0 | 26 | 4 | 76 | 467 | 14 | 42 |
| Binary | 1100001 | 1001100 | 1011101 | 0 | 10110 | 100 | 111110 | 100110111 | 1100 | 100010 |
Color Harmonies of #614C5D
Complementary color
Monochromatic Colors of #614C5D
Black with #614C5D
Text Example
Text Example
White with #614C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C5D; }
p { color: rgb(97,76,93); }
H1.HeaderClassName
{
color: #614C5D;
}
.AnyTagClassName
{
color: #614C5D;
}
</style>
background-color css
<style>
a { background-color: #614C5D; }
a { background-color: rgb(97,76,93); }
div.DivClassName
{
background-color: #614C5D;
}
.BgClassName
{
background-color: #614C5D;
}
</style>
border-color css
<style>
span { border-color: #614C5D; }
span { border-color: rgb(97,76,93); }
td.TdClassName
{
border-color: #614C5D;
}
.TagClassName
{
border-color: #614C5D;
}
</style>