Shades of Salt Box #6C4F63
Tints of Salt Box #6C4F63
RGB
CMYK
RGB Variations
Color information
#6C4F63 (or 0x6C4F63) is known color: Salt Box. HEX triplet: 6C, 4F and 63. RGB value is (108,79,99). Sum of RGB (Red+Green+Blue) = 108+79+99=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F63 is #93B09C. Grayscale: #595959. Windows color (decimal): -9679005 or 6508396. OLE color: 6508396.
HSL color Cylindrical-coordinate representation of color #6C4F63: hue angle of 318.62º 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 #6C4F63 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 79 | 99 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.58 |
| HSL | 318.62º | 0.16% | 0.37% | - |
| HSV(B) | 318.62º | 0.27% | 0.42% | - |
| XYZ | 11.23 | 9.68 | 13.08 | - |
| YUV | 89.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 99 | 0 | 0.27 | 0.08 | 0.58 | 318.62 | 0.16 | 0.37 |
| Hex | 6C | 4F | 63 | 0 | 1B | 8 | 3A | 13F | 10 | 25 |
| Octal | 154 | 117 | 143 | 0 | 33 | 10 | 72 | 477 | 20 | 45 |
| Binary | 1101100 | 1001111 | 1100011 | 0 | 11011 | 1000 | 111010 | 100111111 | 10000 | 100101 |
Color Harmonies of #6C4F63
Complementary color
Monochromatic Colors of #6C4F63
Black with #6C4F63
Text Example
Text Example
White with #6C4F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4F63; }
p { color: rgb(108,79,99); }
H1.HeaderClassName
{
color: #6C4F63;
}
.AnyTagClassName
{
color: #6C4F63;
}
</style>
background-color css
<style>
a { background-color: #6C4F63; }
a { background-color: rgb(108,79,99); }
div.DivClassName
{
background-color: #6C4F63;
}
.BgClassName
{
background-color: #6C4F63;
}
</style>
border-color css
<style>
span { border-color: #6C4F63; }
span { border-color: rgb(108,79,99); }
td.TdClassName
{
border-color: #6C4F63;
}
.TagClassName
{
border-color: #6C4F63;
}
</style>