Shades of Salt Box #6C4F64
Tints of Salt Box #6C4F64
RGB
CMYK
RGB Variations
Color information
#6C4F64 (or 0x6C4F64) is known color: Salt Box. HEX triplet: 6C, 4F and 64. RGB value is (108,79,100). Sum of RGB (Red+Green+Blue) = 108+79+100=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F64 is #93B09B. Grayscale: #5A5A5A. Windows color (decimal): -9679004 or 6573932. OLE color: 6573932.
HSL color Cylindrical-coordinate representation of color #6C4F64: hue angle of 316.55º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C4F64 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 79 | 100 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.58 |
| HSL | 316.55º | 0.16% | 0.37% | - |
| HSV(B) | 316.55º | 0.27% | 0.42% | - |
| XYZ | 11.28 | 9.7 | 13.33 | - |
| YUV | 90.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 100 | 0 | 0.27 | 0.07 | 0.58 | 316.55 | 0.16 | 0.37 |
| Hex | 6C | 4F | 64 | 0 | 1B | 7 | 3A | 13D | 10 | 25 |
| Octal | 154 | 117 | 144 | 0 | 33 | 7 | 72 | 475 | 20 | 45 |
| Binary | 1101100 | 1001111 | 1100100 | 0 | 11011 | 111 | 111010 | 100111101 | 10000 | 100101 |
Color Harmonies of #6C4F64
Complementary color
Monochromatic Colors of #6C4F64
Black with #6C4F64
Text Example
Text Example
White with #6C4F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4F64; }
p { color: rgb(108,79,100); }
H1.HeaderClassName
{
color: #6C4F64;
}
.AnyTagClassName
{
color: #6C4F64;
}
</style>
background-color css
<style>
a { background-color: #6C4F64; }
a { background-color: rgb(108,79,100); }
div.DivClassName
{
background-color: #6C4F64;
}
.BgClassName
{
background-color: #6C4F64;
}
</style>
border-color css
<style>
span { border-color: #6C4F64; }
span { border-color: rgb(108,79,100); }
td.TdClassName
{
border-color: #6C4F64;
}
.TagClassName
{
border-color: #6C4F64;
}
</style>