Shades of Salt Box #6D4A65
Tints of Salt Box #6D4A65
RGB
CMYK
RGB Variations
Color information
#6D4A65 (or 0x6D4A65) is known color: Salt Box. HEX triplet: 6D, 4A and 65. RGB value is (109,74,101). Sum of RGB (Red+Green+Blue) = 109+74+101=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A65 is #92B59A. Grayscale: #575757. Windows color (decimal): -9614747 or 6638189. OLE color: 6638189.
HSL color Cylindrical-coordinate representation of color #6D4A65: hue angle of 313.71º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D4A65 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 101 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.57 |
| HSL | 313.71º | 0.19% | 0.36% | - |
| HSV(B) | 313.71º | 0.32% | 0.43% | - |
| XYZ | 11.1 | 9.09 | 13.48 | - |
| YUV | 87.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 101 | 0 | 0.32 | 0.07 | 0.57 | 313.71 | 0.19 | 0.36 |
| Hex | 6D | 4A | 65 | 0 | 20 | 7 | 39 | 13A | 13 | 24 |
| Octal | 155 | 112 | 145 | 0 | 40 | 7 | 71 | 472 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1100101 | 0 | 100000 | 111 | 111001 | 100111010 | 10011 | 100100 |
Color Harmonies of #6D4A65
Complementary color
Monochromatic Colors of #6D4A65
Black with #6D4A65
Text Example
Text Example
White with #6D4A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A65; }
p { color: rgb(109,74,101); }
H1.HeaderClassName
{
color: #6D4A65;
}
.AnyTagClassName
{
color: #6D4A65;
}
</style>
background-color css
<style>
a { background-color: #6D4A65; }
a { background-color: rgb(109,74,101); }
div.DivClassName
{
background-color: #6D4A65;
}
.BgClassName
{
background-color: #6D4A65;
}
</style>
border-color css
<style>
span { border-color: #6D4A65; }
span { border-color: rgb(109,74,101); }
td.TdClassName
{
border-color: #6D4A65;
}
.TagClassName
{
border-color: #6D4A65;
}
</style>