Shades of Salt Box #6D566B
Tints of Salt Box #6D566B
RGB
CMYK
RGB Variations
Color information
#6D566B (or 0x6D566B) is known color: Salt Box. HEX triplet: 6D, 56 and 6B. RGB value is (109,86,107). Sum of RGB (Red+Green+Blue) = 109+86+107=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 109 - color contains mainly: red. Hex color #6D566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D566B is #92A994. Grayscale: #5F5F5F. Windows color (decimal): -9611669 or 7034477. OLE color: 7034477.
HSL color Cylindrical-coordinate representation of color #6D566B: hue angle of 305.22º 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 #6D566B is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 107 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.57 |
| HSL | 305.22º | 0.12% | 0.38% | - |
| HSV(B) | 305.22º | 0.21% | 0.43% | - |
| XYZ | 12.29 | 10.97 | 15.38 | - |
| YUV | 95.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 107 | 0 | 0.21 | 0.02 | 0.57 | 305.22 | 0.12 | 0.38 |
| Hex | 6D | 56 | 6B | 0 | 15 | 2 | 39 | 131 | C | 26 |
| Octal | 155 | 126 | 153 | 0 | 25 | 2 | 71 | 461 | 14 | 46 |
| Binary | 1101101 | 1010110 | 1101011 | 0 | 10101 | 10 | 111001 | 100110001 | 1100 | 100110 |
Color Harmonies of #6D566B
Complementary color
Monochromatic Colors of #6D566B
Black with #6D566B
Text Example
Text Example
White with #6D566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D566B; }
p { color: rgb(109,86,107); }
H1.HeaderClassName
{
color: #6D566B;
}
.AnyTagClassName
{
color: #6D566B;
}
</style>
background-color css
<style>
a { background-color: #6D566B; }
a { background-color: rgb(109,86,107); }
div.DivClassName
{
background-color: #6D566B;
}
.BgClassName
{
background-color: #6D566B;
}
</style>
border-color css
<style>
span { border-color: #6D566B; }
span { border-color: rgb(109,86,107); }
td.TdClassName
{
border-color: #6D566B;
}
.TagClassName
{
border-color: #6D566B;
}
</style>