Shades of Salt Box #6D566D
Tints of Salt Box #6D566D
RGB
CMYK
RGB Variations
Color information
#6D566D (or 0x6D566D) is known color: Salt Box. HEX triplet: 6D, 56 and 6D. RGB value is (109,86,109). Sum of RGB (Red+Green+Blue) = 109+86+109=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D566D is #92A992. Grayscale: #5F5F5F. Windows color (decimal): -9611667 or 7165549. OLE color: 7165549.
HSL color Cylindrical-coordinate representation of color #6D566D: hue angle of 300º 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 #6D566D is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 109 | - |
| CMYK | 0 | 0.21 | 0 | 0.57 |
| HSL | 300º | 0.12% | 0.38% | - |
| HSV(B) | 300º | 0.21% | 0.43% | - |
| XYZ | 12.39 | 11.01 | 15.94 | - |
| YUV | 95.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 109 | 0 | 0.21 | 0 | 0.57 | 300 | 0.12 | 0.38 |
| Hex | 6D | 56 | 6D | 0 | 15 | 0 | 39 | 12C | C | 26 |
| Octal | 155 | 126 | 155 | 0 | 25 | 0 | 71 | 454 | 14 | 46 |
| Binary | 1101101 | 1010110 | 1101101 | 0 | 10101 | 0 | 111001 | 100101100 | 1100 | 100110 |
Color Harmonies of #6D566D
Complementary color
Monochromatic Colors of #6D566D
Black with #6D566D
Text Example
Text Example
White with #6D566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D566D; }
p { color: rgb(109,86,109); }
H1.HeaderClassName
{
color: #6D566D;
}
.AnyTagClassName
{
color: #6D566D;
}
</style>
background-color css
<style>
a { background-color: #6D566D; }
a { background-color: rgb(109,86,109); }
div.DivClassName
{
background-color: #6D566D;
}
.BgClassName
{
background-color: #6D566D;
}
</style>
border-color css
<style>
span { border-color: #6D566D; }
span { border-color: rgb(109,86,109); }
td.TdClassName
{
border-color: #6D566D;
}
.TagClassName
{
border-color: #6D566D;
}
</style>