Shades of Salt Box #6D586A
Tints of Salt Box #6D586A
RGB
CMYK
RGB Variations
Color information
#6D586A (or 0x6D586A) is known color: Salt Box. HEX triplet: 6D, 58 and 6A. RGB value is (109,88,106). Sum of RGB (Red+Green+Blue) = 109+88+106=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D586A is #92A795. Grayscale: #606060. Windows color (decimal): -9611158 or 6969453. OLE color: 6969453.
HSL color Cylindrical-coordinate representation of color #6D586A: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D586A is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 88 | 106 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.57 |
| HSL | 308.57º | 0.11% | 0.39% | - |
| HSV(B) | 308.57º | 0.19% | 0.43% | - |
| XYZ | 12.4 | 11.27 | 15.16 | - |
| YUV | 96.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 88 | 106 | 0 | 0.19 | 0.03 | 0.57 | 308.57 | 0.11 | 0.39 |
| Hex | 6D | 58 | 6A | 0 | 13 | 3 | 39 | 135 | B | 27 |
| Octal | 155 | 130 | 152 | 0 | 23 | 3 | 71 | 465 | 13 | 47 |
| Binary | 1101101 | 1011000 | 1101010 | 0 | 10011 | 11 | 111001 | 100110101 | 1011 | 100111 |
Color Harmonies of #6D586A
Complementary color
Monochromatic Colors of #6D586A
Black with #6D586A
Text Example
Text Example
White with #6D586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D586A; }
p { color: rgb(109,88,106); }
H1.HeaderClassName
{
color: #6D586A;
}
.AnyTagClassName
{
color: #6D586A;
}
</style>
background-color css
<style>
a { background-color: #6D586A; }
a { background-color: rgb(109,88,106); }
div.DivClassName
{
background-color: #6D586A;
}
.BgClassName
{
background-color: #6D586A;
}
</style>
border-color css
<style>
span { border-color: #6D586A; }
span { border-color: rgb(109,88,106); }
td.TdClassName
{
border-color: #6D586A;
}
.TagClassName
{
border-color: #6D586A;
}
</style>