Shades of Salt Box #675764
Tints of Salt Box #675764
RGB
CMYK
RGB Variations
Color information
#675764 (or 0x675764) is known color: Salt Box. HEX triplet: 67, 57 and 64. RGB value is (103,87,100). Sum of RGB (Red+Green+Blue) = 103+87+100=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 103 - color contains mainly: red. Hex color #675764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675764 is #98A89B. Grayscale: #5D5D5D. Windows color (decimal): -10004636 or 6575975. OLE color: 6575975.
HSL color Cylindrical-coordinate representation of color #675764: hue angle of 311.25º 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 #675764 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 87 | 100 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.60 |
| HSL | 311.25º | 0.08% | 0.37% | - |
| HSV(B) | 311.25º | 0.16% | 0.4% | - |
| XYZ | 11.3 | 10.62 | 13.51 | - |
| YUV | 93.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 100 | 0 | 0.16 | 0.03 | 0.60 | 311.25 | 0.08 | 0.37 |
| Hex | 67 | 57 | 64 | 0 | 10 | 3 | 3C | 137 | 8 | 25 |
| Octal | 147 | 127 | 144 | 0 | 20 | 3 | 74 | 467 | 10 | 45 |
| Binary | 1100111 | 1010111 | 1100100 | 0 | 10000 | 11 | 111100 | 100110111 | 1000 | 100101 |
Color Harmonies of #675764
Complementary color
Monochromatic Colors of #675764
Black with #675764
Text Example
Text Example
White with #675764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675764; }
p { color: rgb(103,87,100); }
H1.HeaderClassName
{
color: #675764;
}
.AnyTagClassName
{
color: #675764;
}
</style>
background-color css
<style>
a { background-color: #675764; }
a { background-color: rgb(103,87,100); }
div.DivClassName
{
background-color: #675764;
}
.BgClassName
{
background-color: #675764;
}
</style>
border-color css
<style>
span { border-color: #675764; }
span { border-color: rgb(103,87,100); }
td.TdClassName
{
border-color: #675764;
}
.TagClassName
{
border-color: #675764;
}
</style>