Shades of Salt Box #675363
Tints of Salt Box #675363
RGB
CMYK
RGB Variations
Color information
#675363 (or 0x675363) is known color: Salt Box. HEX triplet: 67, 53 and 63. RGB value is (103,83,99). Sum of RGB (Red+Green+Blue) = 103+83+99=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675363 is #98AC9C. Grayscale: #5A5A5A. Windows color (decimal): -10005661 or 6509415. OLE color: 6509415.
HSL color Cylindrical-coordinate representation of color #675363: hue angle of 312º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #675363 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 99 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.60 |
| HSL | 312º | 0.11% | 0.36% | - |
| HSV(B) | 312º | 0.19% | 0.4% | - |
| XYZ | 10.94 | 9.97 | 13.15 | - |
| YUV | 90.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 99 | 0 | 0.19 | 0.04 | 0.60 | 312 | 0.11 | 0.36 |
| Hex | 67 | 53 | 63 | 0 | 13 | 4 | 3C | 138 | B | 24 |
| Octal | 147 | 123 | 143 | 0 | 23 | 4 | 74 | 470 | 13 | 44 |
| Binary | 1100111 | 1010011 | 1100011 | 0 | 10011 | 100 | 111100 | 100111000 | 1011 | 100100 |
Color Harmonies of #675363
Complementary color
Monochromatic Colors of #675363
Black with #675363
Text Example
Text Example
White with #675363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675363; }
p { color: rgb(103,83,99); }
H1.HeaderClassName
{
color: #675363;
}
.AnyTagClassName
{
color: #675363;
}
</style>
background-color css
<style>
a { background-color: #675363; }
a { background-color: rgb(103,83,99); }
div.DivClassName
{
background-color: #675363;
}
.BgClassName
{
background-color: #675363;
}
</style>
border-color css
<style>
span { border-color: #675363; }
span { border-color: rgb(103,83,99); }
td.TdClassName
{
border-color: #675363;
}
.TagClassName
{
border-color: #675363;
}
</style>