Shades of Salt Box #675463
Tints of Salt Box #675463
RGB
CMYK
RGB Variations
Color information
#675463 (or 0x675463) is known color: Salt Box. HEX triplet: 67, 54 and 63. RGB value is (103,84,99). Sum of RGB (Red+Green+Blue) = 103+84+99=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 103 - color contains mainly: red. Hex color #675463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675463 is #98AB9C. Grayscale: #5B5B5B. Windows color (decimal): -10005405 or 6509671. OLE color: 6509671.
HSL color Cylindrical-coordinate representation of color #675463: hue angle of 312.63º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #675463 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 84 | 99 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.60 |
| HSL | 312.63º | 0.1% | 0.37% | - |
| HSV(B) | 312.63º | 0.18% | 0.4% | - |
| XYZ | 11.02 | 10.13 | 13.18 | - |
| YUV | 91.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 84 | 99 | 0 | 0.18 | 0.04 | 0.60 | 312.63 | 0.1 | 0.37 |
| Hex | 67 | 54 | 63 | 0 | 12 | 4 | 3C | 139 | A | 25 |
| Octal | 147 | 124 | 143 | 0 | 22 | 4 | 74 | 471 | 12 | 45 |
| Binary | 1100111 | 1010100 | 1100011 | 0 | 10010 | 100 | 111100 | 100111001 | 1010 | 100101 |
Color Harmonies of #675463
Complementary color
Monochromatic Colors of #675463
Black with #675463
Text Example
Text Example
White with #675463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675463; }
p { color: rgb(103,84,99); }
H1.HeaderClassName
{
color: #675463;
}
.AnyTagClassName
{
color: #675463;
}
</style>
background-color css
<style>
a { background-color: #675463; }
a { background-color: rgb(103,84,99); }
div.DivClassName
{
background-color: #675463;
}
.BgClassName
{
background-color: #675463;
}
</style>
border-color css
<style>
span { border-color: #675463; }
span { border-color: rgb(103,84,99); }
td.TdClassName
{
border-color: #675463;
}
.TagClassName
{
border-color: #675463;
}
</style>