Shades of Salt Box #6D566A
Tints of Salt Box #6D566A
RGB
CMYK
RGB Variations
Color information
#6D566A (or 0x6D566A) is known color: Salt Box. HEX triplet: 6D, 56 and 6A. RGB value is (109,86,106). Sum of RGB (Red+Green+Blue) = 109+86+106=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 109 - color contains mainly: red. Hex color #6D566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D566A is #92A995. Grayscale: #5F5F5F. Windows color (decimal): -9611670 or 6968941. OLE color: 6968941.
HSL color Cylindrical-coordinate representation of color #6D566A: hue angle of 307.83º 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 #6D566A is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 106 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.57 |
| HSL | 307.83º | 0.12% | 0.38% | - |
| HSV(B) | 307.83º | 0.21% | 0.43% | - |
| XYZ | 12.24 | 10.95 | 15.1 | - |
| YUV | 95.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 106 | 0 | 0.21 | 0.03 | 0.57 | 307.83 | 0.12 | 0.38 |
| Hex | 6D | 56 | 6A | 0 | 15 | 3 | 39 | 134 | C | 26 |
| Octal | 155 | 126 | 152 | 0 | 25 | 3 | 71 | 464 | 14 | 46 |
| Binary | 1101101 | 1010110 | 1101010 | 0 | 10101 | 11 | 111001 | 100110100 | 1100 | 100110 |
Color Harmonies of #6D566A
Complementary color
Monochromatic Colors of #6D566A
Black with #6D566A
Text Example
Text Example
White with #6D566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D566A; }
p { color: rgb(109,86,106); }
H1.HeaderClassName
{
color: #6D566A;
}
.AnyTagClassName
{
color: #6D566A;
}
</style>
background-color css
<style>
a { background-color: #6D566A; }
a { background-color: rgb(109,86,106); }
div.DivClassName
{
background-color: #6D566A;
}
.BgClassName
{
background-color: #6D566A;
}
</style>
border-color css
<style>
span { border-color: #6D566A; }
span { border-color: rgb(109,86,106); }
td.TdClassName
{
border-color: #6D566A;
}
.TagClassName
{
border-color: #6D566A;
}
</style>