Shades of Salt Box #6E5365
Tints of Salt Box #6E5365
RGB
CMYK
RGB Variations
Color information
#6E5365 (or 0x6E5365) is known color: Salt Box. HEX triplet: 6E, 53 and 65. RGB value is (110,83,101). Sum of RGB (Red+Green+Blue) = 110+83+101=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5365 is #91AC9A. Grayscale: #5D5D5D. Windows color (decimal): -9546907 or 6640494. OLE color: 6640494.
HSL color Cylindrical-coordinate representation of color #6E5365: hue angle of 320º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E5365 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 83 | 101 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.57 |
| HSL | 320º | 0.14% | 0.38% | - |
| HSV(B) | 320º | 0.25% | 0.43% | - |
| XYZ | 11.87 | 10.44 | 13.7 | - |
| YUV | 93.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 101 | 0 | 0.25 | 0.08 | 0.57 | 320 | 0.14 | 0.38 |
| Hex | 6E | 53 | 65 | 0 | 19 | 8 | 39 | 140 | E | 26 |
| Octal | 156 | 123 | 145 | 0 | 31 | 10 | 71 | 500 | 16 | 46 |
| Binary | 1101110 | 1010011 | 1100101 | 0 | 11001 | 1000 | 111001 | 101000000 | 1110 | 100110 |
Color Harmonies of #6E5365
Complementary color
Monochromatic Colors of #6E5365
Black with #6E5365
Text Example
Text Example
White with #6E5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5365; }
p { color: rgb(110,83,101); }
H1.HeaderClassName
{
color: #6E5365;
}
.AnyTagClassName
{
color: #6E5365;
}
</style>
background-color css
<style>
a { background-color: #6E5365; }
a { background-color: rgb(110,83,101); }
div.DivClassName
{
background-color: #6E5365;
}
.BgClassName
{
background-color: #6E5365;
}
</style>
border-color css
<style>
span { border-color: #6E5365; }
span { border-color: rgb(110,83,101); }
td.TdClassName
{
border-color: #6E5365;
}
.TagClassName
{
border-color: #6E5365;
}
</style>