Shades of Salt Box #6D4E65
Tints of Salt Box #6D4E65
RGB
CMYK
RGB Variations
Color information
#6D4E65 (or 0x6D4E65) is known color: Salt Box. HEX triplet: 6D, 4E and 65. RGB value is (109,78,101). Sum of RGB (Red+Green+Blue) = 109+78+101=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4E65 is #92B19A. Grayscale: #595959. Windows color (decimal): -9613723 or 6639213. OLE color: 6639213.
HSL color Cylindrical-coordinate representation of color #6D4E65: hue angle of 315.48º 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 #6D4E65 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 78 | 101 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.57 |
| HSL | 315.48º | 0.17% | 0.37% | - |
| HSV(B) | 315.48º | 0.28% | 0.43% | - |
| XYZ | 11.38 | 9.64 | 13.57 | - |
| YUV | 89.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 101 | 0 | 0.28 | 0.07 | 0.57 | 315.48 | 0.17 | 0.37 |
| Hex | 6D | 4E | 65 | 0 | 1C | 7 | 39 | 13B | 11 | 25 |
| Octal | 155 | 116 | 145 | 0 | 34 | 7 | 71 | 473 | 21 | 45 |
| Binary | 1101101 | 1001110 | 1100101 | 0 | 11100 | 111 | 111001 | 100111011 | 10001 | 100101 |
Color Harmonies of #6D4E65
Complementary color
Monochromatic Colors of #6D4E65
Black with #6D4E65
Text Example
Text Example
White with #6D4E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E65; }
p { color: rgb(109,78,101); }
H1.HeaderClassName
{
color: #6D4E65;
}
.AnyTagClassName
{
color: #6D4E65;
}
</style>
background-color css
<style>
a { background-color: #6D4E65; }
a { background-color: rgb(109,78,101); }
div.DivClassName
{
background-color: #6D4E65;
}
.BgClassName
{
background-color: #6D4E65;
}
</style>
border-color css
<style>
span { border-color: #6D4E65; }
span { border-color: rgb(109,78,101); }
td.TdClassName
{
border-color: #6D4E65;
}
.TagClassName
{
border-color: #6D4E65;
}
</style>