Shades of Salt Box #675763
Tints of Salt Box #675763
RGB
CMYK
RGB Variations
Color information
#675763 (or 0x675763) is known color: Salt Box. HEX triplet: 67, 57 and 63. RGB value is (103,87,99). Sum of RGB (Red+Green+Blue) = 103+87+99=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 103 - color contains mainly: red. Hex color #675763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675763 is #98A89C. Grayscale: #5D5D5D. Windows color (decimal): -10004637 or 6510439. OLE color: 6510439.
HSL color Cylindrical-coordinate representation of color #675763: hue angle of 315º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #675763 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 87 | 99 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.60 |
| HSL | 315º | 0.08% | 0.37% | - |
| HSV(B) | 315º | 0.16% | 0.4% | - |
| XYZ | 11.25 | 10.6 | 13.26 | - |
| YUV | 93.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 99 | 0 | 0.16 | 0.04 | 0.60 | 315 | 0.08 | 0.37 |
| Hex | 67 | 57 | 63 | 0 | 10 | 4 | 3C | 13B | 8 | 25 |
| Octal | 147 | 127 | 143 | 0 | 20 | 4 | 74 | 473 | 10 | 45 |
| Binary | 1100111 | 1010111 | 1100011 | 0 | 10000 | 100 | 111100 | 100111011 | 1000 | 100101 |
Color Harmonies of #675763
Complementary color
Monochromatic Colors of #675763
Black with #675763
Text Example
Text Example
White with #675763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675763; }
p { color: rgb(103,87,99); }
H1.HeaderClassName
{
color: #675763;
}
.AnyTagClassName
{
color: #675763;
}
</style>
background-color css
<style>
a { background-color: #675763; }
a { background-color: rgb(103,87,99); }
div.DivClassName
{
background-color: #675763;
}
.BgClassName
{
background-color: #675763;
}
</style>
border-color css
<style>
span { border-color: #675763; }
span { border-color: rgb(103,87,99); }
td.TdClassName
{
border-color: #675763;
}
.TagClassName
{
border-color: #675763;
}
</style>