Shades of Salt Box #6D4E64
Tints of Salt Box #6D4E64
RGB
CMYK
RGB Variations
Color information
#6D4E64 (or 0x6D4E64) is known color: Salt Box. HEX triplet: 6D, 4E and 64. RGB value is (109,78,100). Sum of RGB (Red+Green+Blue) = 109+78+100=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4E64 is #92B19B. Grayscale: #595959. Windows color (decimal): -9613724 or 6573677. OLE color: 6573677.
HSL color Cylindrical-coordinate representation of color #6D4E64: hue angle of 317.42º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D4E64 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 78 | 100 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.57 |
| HSL | 317.42º | 0.17% | 0.37% | - |
| HSV(B) | 317.42º | 0.28% | 0.43% | - |
| XYZ | 11.33 | 9.62 | 13.32 | - |
| YUV | 89.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 100 | 0 | 0.28 | 0.08 | 0.57 | 317.42 | 0.17 | 0.37 |
| Hex | 6D | 4E | 64 | 0 | 1C | 8 | 39 | 13D | 11 | 25 |
| Octal | 155 | 116 | 144 | 0 | 34 | 10 | 71 | 475 | 21 | 45 |
| Binary | 1101101 | 1001110 | 1100100 | 0 | 11100 | 1000 | 111001 | 100111101 | 10001 | 100101 |
Color Harmonies of #6D4E64
Complementary color
Monochromatic Colors of #6D4E64
Black with #6D4E64
Text Example
Text Example
White with #6D4E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E64; }
p { color: rgb(109,78,100); }
H1.HeaderClassName
{
color: #6D4E64;
}
.AnyTagClassName
{
color: #6D4E64;
}
</style>
background-color css
<style>
a { background-color: #6D4E64; }
a { background-color: rgb(109,78,100); }
div.DivClassName
{
background-color: #6D4E64;
}
.BgClassName
{
background-color: #6D4E64;
}
</style>
border-color css
<style>
span { border-color: #6D4E64; }
span { border-color: rgb(109,78,100); }
td.TdClassName
{
border-color: #6D4E64;
}
.TagClassName
{
border-color: #6D4E64;
}
</style>