Shades of Salt Box #6E4D65
Tints of Salt Box #6E4D65
RGB
CMYK
RGB Variations
Color information
#6E4D65 (or 0x6E4D65) is known color: Salt Box. HEX triplet: 6E, 4D and 65. RGB value is (110,77,101). Sum of RGB (Red+Green+Blue) = 110+77+101=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D65 is #91B29A. Grayscale: #595959. Windows color (decimal): -9548443 or 6638958. OLE color: 6638958.
HSL color Cylindrical-coordinate representation of color #6E4D65: hue angle of 316.36º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E4D65 is Cyan = 0, Magento = 0.3, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 77 | 101 | - |
| CMYK | 0 | 0.3 | 0.08 | 0.57 |
| HSL | 316.36º | 0.18% | 0.37% | - |
| HSV(B) | 316.36º | 0.3% | 0.43% | - |
| XYZ | 11.43 | 9.56 | 13.56 | - |
| YUV | 89.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 101 | 0 | 0.3 | 0.08 | 0.57 | 316.36 | 0.18 | 0.37 |
| Hex | 6E | 4D | 65 | 0 | 1E | 8 | 39 | 13C | 12 | 25 |
| Octal | 156 | 115 | 145 | 0 | 36 | 10 | 71 | 474 | 22 | 45 |
| Binary | 1101110 | 1001101 | 1100101 | 0 | 11110 | 1000 | 111001 | 100111100 | 10010 | 100101 |
Color Harmonies of #6E4D65
Complementary color
Monochromatic Colors of #6E4D65
Black with #6E4D65
Text Example
Text Example
White with #6E4D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4D65; }
p { color: rgb(110,77,101); }
H1.HeaderClassName
{
color: #6E4D65;
}
.AnyTagClassName
{
color: #6E4D65;
}
</style>
background-color css
<style>
a { background-color: #6E4D65; }
a { background-color: rgb(110,77,101); }
div.DivClassName
{
background-color: #6E4D65;
}
.BgClassName
{
background-color: #6E4D65;
}
</style>
border-color css
<style>
span { border-color: #6E4D65; }
span { border-color: rgb(110,77,101); }
td.TdClassName
{
border-color: #6E4D65;
}
.TagClassName
{
border-color: #6E4D65;
}
</style>