Shades of Salt Box #6D566C
Tints of Salt Box #6D566C
RGB
CMYK
RGB Variations
Color information
#6D566C (or 0x6D566C) is known color: Salt Box. HEX triplet: 6D, 56 and 6C. RGB value is (109,86,108). Sum of RGB (Red+Green+Blue) = 109+86+108=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D566C is #92A993. Grayscale: #5F5F5F. Windows color (decimal): -9611668 or 7100013. OLE color: 7100013.
HSL color Cylindrical-coordinate representation of color #6D566C: hue angle of 302.61º 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 #6D566C is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 108 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.57 |
| HSL | 302.61º | 0.12% | 0.38% | - |
| HSV(B) | 302.61º | 0.21% | 0.43% | - |
| XYZ | 12.34 | 10.99 | 15.66 | - |
| YUV | 95.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 108 | 0 | 0.21 | 0.01 | 0.57 | 302.61 | 0.12 | 0.38 |
| Hex | 6D | 56 | 6C | 0 | 15 | 1 | 39 | 12F | C | 26 |
| Octal | 155 | 126 | 154 | 0 | 25 | 1 | 71 | 457 | 14 | 46 |
| Binary | 1101101 | 1010110 | 1101100 | 0 | 10101 | 1 | 111001 | 100101111 | 1100 | 100110 |
Color Harmonies of #6D566C
Complementary color
Monochromatic Colors of #6D566C
Black with #6D566C
Text Example
Text Example
White with #6D566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D566C; }
p { color: rgb(109,86,108); }
H1.HeaderClassName
{
color: #6D566C;
}
.AnyTagClassName
{
color: #6D566C;
}
</style>
background-color css
<style>
a { background-color: #6D566C; }
a { background-color: rgb(109,86,108); }
div.DivClassName
{
background-color: #6D566C;
}
.BgClassName
{
background-color: #6D566C;
}
</style>
border-color css
<style>
span { border-color: #6D566C; }
span { border-color: rgb(109,86,108); }
td.TdClassName
{
border-color: #6D566C;
}
.TagClassName
{
border-color: #6D566C;
}
</style>