Shades of Salt Box #6D516C
Tints of Salt Box #6D516C
RGB
CMYK
RGB Variations
Color information
#6D516C (or 0x6D516C) is known color: Salt Box. HEX triplet: 6D, 51 and 6C. RGB value is (109,81,108). Sum of RGB (Red+Green+Blue) = 109+81+108=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D516C is #92AE93. Grayscale: #5C5C5C. Windows color (decimal): -9612948 or 7098733. OLE color: 7098733.
HSL color Cylindrical-coordinate representation of color #6D516C: hue angle of 302.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D516C is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 108 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.57 |
| HSL | 302.14º | 0.15% | 0.37% | - |
| HSV(B) | 302.14º | 0.26% | 0.43% | - |
| XYZ | 11.96 | 10.22 | 15.53 | - |
| YUV | 92.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 108 | 0 | 0.26 | 0.01 | 0.57 | 302.14 | 0.15 | 0.37 |
| Hex | 6D | 51 | 6C | 0 | 1A | 1 | 39 | 12E | F | 25 |
| Octal | 155 | 121 | 154 | 0 | 32 | 1 | 71 | 456 | 17 | 45 |
| Binary | 1101101 | 1010001 | 1101100 | 0 | 11010 | 1 | 111001 | 100101110 | 1111 | 100101 |
Color Harmonies of #6D516C
Complementary color
Monochromatic Colors of #6D516C
Black with #6D516C
Text Example
Text Example
White with #6D516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D516C; }
p { color: rgb(109,81,108); }
H1.HeaderClassName
{
color: #6D516C;
}
.AnyTagClassName
{
color: #6D516C;
}
</style>
background-color css
<style>
a { background-color: #6D516C; }
a { background-color: rgb(109,81,108); }
div.DivClassName
{
background-color: #6D516C;
}
.BgClassName
{
background-color: #6D516C;
}
</style>
border-color css
<style>
span { border-color: #6D516C; }
span { border-color: rgb(109,81,108); }
td.TdClassName
{
border-color: #6D516C;
}
.TagClassName
{
border-color: #6D516C;
}
</style>