Shades of Salt Box #6D5666
Tints of Salt Box #6D5666
RGB
CMYK
RGB Variations
Color information
#6D5666 (or 0x6D5666) is known color: Salt Box. HEX triplet: 6D, 56 and 66. RGB value is (109,86,102). Sum of RGB (Red+Green+Blue) = 109+86+102=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5666 is #92A999. Grayscale: #5E5E5E. Windows color (decimal): -9611674 or 6706797. OLE color: 6706797.
HSL color Cylindrical-coordinate representation of color #6D5666: hue angle of 318.26º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D5666 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 102 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.57 |
| HSL | 318.26º | 0.12% | 0.38% | - |
| HSV(B) | 318.26º | 0.21% | 0.43% | - |
| XYZ | 12.03 | 10.87 | 14.03 | - |
| YUV | 94.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 102 | 0 | 0.21 | 0.06 | 0.57 | 318.26 | 0.12 | 0.38 |
| Hex | 6D | 56 | 66 | 0 | 15 | 6 | 39 | 13E | C | 26 |
| Octal | 155 | 126 | 146 | 0 | 25 | 6 | 71 | 476 | 14 | 46 |
| Binary | 1101101 | 1010110 | 1100110 | 0 | 10101 | 110 | 111001 | 100111110 | 1100 | 100110 |
Color Harmonies of #6D5666
Complementary color
Monochromatic Colors of #6D5666
Black with #6D5666
Text Example
Text Example
White with #6D5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5666; }
p { color: rgb(109,86,102); }
H1.HeaderClassName
{
color: #6D5666;
}
.AnyTagClassName
{
color: #6D5666;
}
</style>
background-color css
<style>
a { background-color: #6D5666; }
a { background-color: rgb(109,86,102); }
div.DivClassName
{
background-color: #6D5666;
}
.BgClassName
{
background-color: #6D5666;
}
</style>
border-color css
<style>
span { border-color: #6D5666; }
span { border-color: rgb(109,86,102); }
td.TdClassName
{
border-color: #6D5666;
}
.TagClassName
{
border-color: #6D5666;
}
</style>