Shades of Salt Box #6D4D64
Tints of Salt Box #6D4D64
RGB
CMYK
RGB Variations
Color information
#6D4D64 (or 0x6D4D64) is known color: Salt Box. HEX triplet: 6D, 4D and 64. RGB value is (109,77,100). Sum of RGB (Red+Green+Blue) = 109+77+100=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D64 is #92B29B. Grayscale: #595959. Windows color (decimal): -9613980 or 6573421. OLE color: 6573421.
HSL color Cylindrical-coordinate representation of color #6D4D64: hue angle of 316.88º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D4D64 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 100 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.57 |
| HSL | 316.88º | 0.17% | 0.36% | - |
| HSV(B) | 316.88º | 0.29% | 0.43% | - |
| XYZ | 11.26 | 9.48 | 13.29 | - |
| YUV | 89.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 100 | 0 | 0.29 | 0.08 | 0.57 | 316.88 | 0.17 | 0.36 |
| Hex | 6D | 4D | 64 | 0 | 1D | 8 | 39 | 13D | 11 | 24 |
| Octal | 155 | 115 | 144 | 0 | 35 | 10 | 71 | 475 | 21 | 44 |
| Binary | 1101101 | 1001101 | 1100100 | 0 | 11101 | 1000 | 111001 | 100111101 | 10001 | 100100 |
Color Harmonies of #6D4D64
Complementary color
Monochromatic Colors of #6D4D64
Black with #6D4D64
Text Example
Text Example
White with #6D4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D64; }
p { color: rgb(109,77,100); }
H1.HeaderClassName
{
color: #6D4D64;
}
.AnyTagClassName
{
color: #6D4D64;
}
</style>
background-color css
<style>
a { background-color: #6D4D64; }
a { background-color: rgb(109,77,100); }
div.DivClassName
{
background-color: #6D4D64;
}
.BgClassName
{
background-color: #6D4D64;
}
</style>
border-color css
<style>
span { border-color: #6D4D64; }
span { border-color: rgb(109,77,100); }
td.TdClassName
{
border-color: #6D4D64;
}
.TagClassName
{
border-color: #6D4D64;
}
</style>