Shades of Salt Box #6D546A
Tints of Salt Box #6D546A
RGB
CMYK
RGB Variations
Color information
#6D546A (or 0x6D546A) is known color: Salt Box. HEX triplet: 6D, 54 and 6A. RGB value is (109,84,106). Sum of RGB (Red+Green+Blue) = 109+84+106=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D546A is #92AB95. Grayscale: #5D5D5D. Windows color (decimal): -9612182 or 6968429. OLE color: 6968429.
HSL color Cylindrical-coordinate representation of color #6D546A: hue angle of 307.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D546A is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 84 | 106 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.57 |
| HSL | 307.2º | 0.13% | 0.38% | - |
| HSV(B) | 307.2º | 0.23% | 0.43% | - |
| XYZ | 12.08 | 10.63 | 15.05 | - |
| YUV | 93.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 106 | 0 | 0.23 | 0.03 | 0.57 | 307.2 | 0.13 | 0.38 |
| Hex | 6D | 54 | 6A | 0 | 17 | 3 | 39 | 133 | D | 26 |
| Octal | 155 | 124 | 152 | 0 | 27 | 3 | 71 | 463 | 15 | 46 |
| Binary | 1101101 | 1010100 | 1101010 | 0 | 10111 | 11 | 111001 | 100110011 | 1101 | 100110 |
Color Harmonies of #6D546A
Complementary color
Monochromatic Colors of #6D546A
Black with #6D546A
Text Example
Text Example
White with #6D546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D546A; }
p { color: rgb(109,84,106); }
H1.HeaderClassName
{
color: #6D546A;
}
.AnyTagClassName
{
color: #6D546A;
}
</style>
background-color css
<style>
a { background-color: #6D546A; }
a { background-color: rgb(109,84,106); }
div.DivClassName
{
background-color: #6D546A;
}
.BgClassName
{
background-color: #6D546A;
}
</style>
border-color css
<style>
span { border-color: #6D546A; }
span { border-color: rgb(109,84,106); }
td.TdClassName
{
border-color: #6D546A;
}
.TagClassName
{
border-color: #6D546A;
}
</style>