Shades of Salt Box #614E5C
Tints of Salt Box #614E5C
RGB
CMYK
RGB Variations
Color information
#614E5C (or 0x614E5C) is known color: Salt Box. HEX triplet: 61, 4E and 5C. RGB value is (97,78,92). Sum of RGB (Red+Green+Blue) = 97+78+92=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 97 - color contains mainly: red. Hex color #614E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E5C is #9EB1A3. Grayscale: #555555. Windows color (decimal): -10400164 or 6049377. OLE color: 6049377.
HSL color Cylindrical-coordinate representation of color #614E5C: hue angle of 315.79º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #614E5C is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 92 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.62 |
| HSL | 315.79º | 0.11% | 0.34% | - |
| HSV(B) | 315.79º | 0.2% | 0.38% | - |
| XYZ | 9.59 | 8.76 | 11.31 | - |
| YUV | 85.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 92 | 0 | 0.20 | 0.05 | 0.62 | 315.79 | 0.11 | 0.34 |
| Hex | 61 | 4E | 5C | 0 | 14 | 5 | 3E | 13C | B | 22 |
| Octal | 141 | 116 | 134 | 0 | 24 | 5 | 76 | 474 | 13 | 42 |
| Binary | 1100001 | 1001110 | 1011100 | 0 | 10100 | 101 | 111110 | 100111100 | 1011 | 100010 |
Color Harmonies of #614E5C
Complementary color
Monochromatic Colors of #614E5C
Black with #614E5C
Text Example
Text Example
White with #614E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E5C; }
p { color: rgb(97,78,92); }
H1.HeaderClassName
{
color: #614E5C;
}
.AnyTagClassName
{
color: #614E5C;
}
</style>
background-color css
<style>
a { background-color: #614E5C; }
a { background-color: rgb(97,78,92); }
div.DivClassName
{
background-color: #614E5C;
}
.BgClassName
{
background-color: #614E5C;
}
</style>
border-color css
<style>
span { border-color: #614E5C; }
span { border-color: rgb(97,78,92); }
td.TdClassName
{
border-color: #614E5C;
}
.TagClassName
{
border-color: #614E5C;
}
</style>